summaryrefslogtreecommitdiff
path: root/community/luaposix
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-09 00:02:00 +0000
committerroot <root@rshg054.dnsready.net>2012-07-09 00:02:00 +0000
commit6f492df5ae2ab0d2bd117d6f1c458d52e2e24585 (patch)
tree51e61122d46459be560a778ce76bdf527edf5334 /community/luaposix
parenta522a5f63f3b5726081698bf742801fb1d242817 (diff)
Mon Jul 9 00:02:00 UTC 2012
Diffstat (limited to 'community/luaposix')
-rw-r--r--community/luaposix/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD
index 41933f17a..872138c99 100644
--- a/community/luaposix/PKGBUILD
+++ b/community/luaposix/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 70187 2012-05-01 12:58:45Z seblu $
+# $Id: PKGBUILD 73453 2012-07-07 23:53:09Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: Laszlo Papp <djszapi at archlinux us>
# Contributor: Donald Ephraim Curtis <dcurtis@gmail.com>
pkgname=luaposix
-pkgver=5.1.19
-pkgrel=2
+pkgver=5.1.20
+pkgrel=1
pkgdesc='A POSIX library for Lua programming language'
arch=('i686' 'x86_64')
url='http://luaforge.net/projects/luaposix/'
@@ -15,13 +15,13 @@ depends=('lua')
#checkdepends=('lunit')
options=('!libtool')
source=("https://github.com/downloads/rrthomas/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('3d74beb1b1d887adb689e6e9316abb42')
+md5sums=('594d67678f829875e33c86b281441843')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr \
--libdir=/usr/lib/lua/5.1 \
- --datadir=/usr/share/lua/5.1
+ --datadir=/usr/share/lua/5.1
make
}