From b94b490babf26d0a8374652929477f64e83fc291 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 20 Jan 2013 21:21:18 +0100 Subject: dist update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- .gitignore | 3 ++- dist/archlinux/bleeding/PKGBUILD | 14 +++----------- dist/archlinux/stable/PKGBUILD | 8 ++++---- 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 +# 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 +# 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-* -- cgit v1.2.3-70-g09d2