summaryrefslogtreecommitdiffstats
path: root/xautolock/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2011-07-24 12:07:51 +0200
committerFlorian Pritz <bluewind@xssn.at>2011-07-24 12:07:51 +0200
commitb8c33ee22e78f48f52bfde7328d20efe73493149 (patch)
treeaf5a3a56a5094facb1c00472c0b1a3be7478eca2 /xautolock/PKGBUILD
parent9c7f68c9ab1ed52a5c4c2cec57c71b15d2209f52 (diff)
parent34e8f8d7edc734b88753ff7cb0443f8489b02ee8 (diff)
downloadaur-packages-b8c33ee22e78f48f52bfde7328d20efe73493149.tar.gz
aur-packages-b8c33ee22e78f48f52bfde7328d20efe73493149.tar.xz
Merge branch 'master' of git://git.server-speed.net/~flo/git/aur
Diffstat (limited to 'xautolock/PKGBUILD')
-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')