summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-08-12 15:23:35 -0600
committerBrian Bidulock2015-08-12 15:23:35 -0600
commit2b347e4607991b8b228d61c8907664290e86166d (patch)
treeec05a935928e8b5ad185ccdfefbd472f79548795
parent926a57a805b8f09926d84c1d375b01a167489eb2 (diff)
downloadaur-2b347e4607991b8b228d61c8907664290e86166d.tar.gz
version r91.09d2ad2-5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81886b0a265b..d96bf04f569e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = alock-git
pkgdesc = Simple transparent screen-lock
pkgver = r91.09d2ad2
- pkgrel = 4
+ pkgrel = 5
url = https://code.google.com/p/alock/
arch = i686
arch = x86_64
license = MIT
makedepends = git
makedepends = xmlto
- depends = libx11
+ depends = imlib2
depends = pam
+ depends = libxxf86misc
+ depends = libxrender
optdepends = libxcursor
- optdepends = libxrender
optdepends = pam
conflicts = alock-svn
source = git+https://code.google.com/p/alock/
diff --git a/PKGBUILD b/PKGBUILD
index caed3c9cfa1a..1ada2f232e3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=alock-git
pkgver=r91.09d2ad2
-pkgrel=4
+pkgrel=5
pkgdesc="Simple transparent screen-lock"
arch=('i686' 'x86_64')
url="https://code.google.com/p/alock/"
license=('MIT')
-depends=('libx11' 'pam')
+depends=('imlib2' 'pam' 'libxxf86misc' 'libxrender')
makedepends=('git' 'xmlto')
-optdepends=('libxcursor' 'libxrender' 'pam')
+optdepends=('libxcursor' 'pam')
conflicts=('alock-svn')
source=('git+https://code.google.com/p/alock/')
noextract=()
@@ -23,7 +23,7 @@ build() {
cd "$srcdir/alock"
# upstream bug: Configure ignores --prefix option
sed -i 's/\/usr\/local/\/usr/g' configure
- ./configure --with-pam
+ ./configure --with-pam --with-imlib2
make
}