summaryrefslogtreecommitdiffstats
path: root/xautolock
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-08-22 19:33:54 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-08-22 19:34:46 +0200
commite3c21a8456cf86bf955262b71af2bfe4afd25ccc (patch)
treebe697394b748089d193ba3d78a56a8c0efc96345 /xautolock
parent14264bcaec8be85c4c7c6440bfa6ae3d3c449d8c (diff)
downloadaur-packages-e3c21a8456cf86bf955262b71af2bfe4afd25ccc.tar.gz
aur-packages-e3c21a8456cf86bf955262b71af2bfe4afd25ccc.tar.xz
mass commit everything
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'xautolock')
-rw-r--r--xautolock/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/xautolock/PKGBUILD b/xautolock/PKGBUILD
index 14bd60f..65945fa 100644
--- a/xautolock/PKGBUILD
+++ b/xautolock/PKGBUILD
@@ -1,4 +1,4 @@
-# Contributor: Florian Pritz <f-p@gmx.at>
+# Maintainer: Florian Pritz <f-p@gmx.at>
# Contributor: dorphell <dorphell@archlinux.org>
# Committer: Judd Vinet <jvinet@zeroflux.org>
@@ -14,7 +14,7 @@ makedepends=('imake')
source=(ftp://ibiblio.org/pub/Linux/X11/screensavers/$pkgname-$pkgver.tgz)
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
PATH=$PATH:/usr/X11R6/bin
xmkmf
make
@@ -22,4 +22,3 @@ build() {
make DESTDIR=${pkgdir}/ install.man
}
md5sums=('9526347a202694ad235d731d9d3de91f')
-sha256sums=('11f0275175634e6db756e96f5713ec91b8b1c41f8663df54e8a5d27dc71c4da2')