aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--dist/archlinux/bleeding/PKGBUILD14
-rw-r--r--dist/archlinux/stable/PKGBUILD8
3 files changed, 9 insertions, 16 deletions
diff --git a/.gitignore b/.gitignore
index 7226dd5..b6a448c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,7 +12,8 @@ _/
*.dvi
*.info
-/dist/*/*/*/
+/dist/*/*/*
+!/dist/*/*/PKGBUILD
*.gz
*.xz
diff --git a/dist/archlinux/bleeding/PKGBUILD b/dist/archlinux/bleeding/PKGBUILD
index 2129511..7ea40e3 100644
--- a/dist/archlinux/bleeding/PKGBUILD
+++ b/dist/archlinux/bleeding/PKGBUILD
@@ -1,15 +1,7 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# See http://wiki.archlinux.org/index.php/VCS_PKGBUILD_Guidelines
-# for more information on packaging from GIT sources.
-
-# Maintainer: Mattias Andrée <maandree@operamail.com>
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=adjbacklight-git
-pkgver=20121116
-pkgrel=2
+pkgver=20130120
+pkgrel=1
pkgdesc="Convient method for adjusting the backlight on your portable computer"
arch=('any')
url="https://github.com/maandree/adjbacklight"
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 000d547..c09d380 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Mattias Andrée <maandree@operamail.com>
+# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=adjbacklight
-pkgver=2
+pkgver=4
pkgrel=1
pkgdesc="Convient method for adjusting the backlight on your portable computer"
arch=('any')
@@ -10,8 +10,8 @@ depends=('java-runtime>=6')
makedepends=('java-environment>=6' 'bash')
provides=('adjbacklight')
conflicts=('adjbacklight')
-source=(https://github.com/maandree/adjbacklight/tarball/2)
-md5sums=(d34f2d5af1b022b68d3bceaa48791b99)
+source=(https://github.com/maandree/adjbacklight/tarball/4)
+md5sums=(b1148f3e49855fde604a562d42250de6)
build() {
cd maandree-adjbacklight-*