summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Heywood2016-03-01 22:10:25 -0600
committerCharles Heywood2016-03-01 22:10:25 -0600
commit61282214d65e0ee64e26f60143082d30f308b2ad (patch)
tree86356bcb74abb8a143310fa8820678e939cab1fe
parenta1fc1445f4fa01f598a484088a0f14728c9945ad (diff)
downloadaur-61282214d65e0ee64e26f60143082d30f308b2ad.tar.gz
Fix prefix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dda9cd09099f..67bb3bbc0e1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lua-cqueues-git
pkgdesc = Asynchronous networking, threading, and notification framework for Lua.
- pkgver = 20150907
- pkgrel = 1
+ pkgver = r845.7595820
+ pkgrel = 2
url = https://github.com/wahern/cqueues
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a21fec1b9c91..87edb1200d6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Charles Heywood <charles@hashbang.sh>
pkgname=lua-cqueues-git
-pkgver=20150907 # As per latest release as of 29 Feb. 2016
-pkgrel=1
+pkgver=r845.7595820 # As per latest release as of 29 Feb. 2016
+pkgrel=2
pkgdesc="Asynchronous networking, threading, and notification framework for Lua."
arch=('i686' 'x86_64')
url="https://github.com/wahern/cqueues"
@@ -28,7 +28,7 @@ build() {
package() {
cd "$srcdir/cqueues"
for version in ${_luaversions[@]}; do
- make DESTDIR="$pkgdir/" install${version}
+ make prefix="$pkgdir/usr" install${version}
done
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}