aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-01 10:18:34 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-01 10:18:34 +0200
commitee18cd97c0513215774e8c3932d4a786c2d3ce57 (patch)
tree4f47b4c466f3a9b3dcff058c398207ed3d42feb6
parentfix makefile (diff)
downloadadjbacklight-ee18cd97c0513215774e8c3932d4a786c2d3ce57.tar.gz
adjbacklight-ee18cd97c0513215774e8c3932d4a786c2d3ce57.tar.bz2
adjbacklight-ee18cd97c0513215774e8c3932d4a786c2d3ce57.tar.xz
update dist
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--dist/archlinux/stable/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 710f436..c17eb7d 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=adjbacklight
-pkgver=7.2
+pkgver=7.2.1
pkgrel=1
pkgdesc="Convient method for adjusting the backlight on your portable computer"
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('linux')
makedepends=('gcc' 'make' 'coreutils')
source=(https://github.com/maandree/adjbacklight/archive/${pkgver}.tar.gz)
-sha256sums=(5737eede62b8bac95627e70e0f1658fa4ccaa68ea8d700fc8983fea8ae14bcc4)
+sha256sums=(76a429548e3b58d9cc2c98088c70d9a5d4e640bdd8ee8a17ef50a6693a903709)
build() {