diff options
Diffstat (limited to 'community/luaposix')
-rw-r--r-- | community/luaposix/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD index e023ccddd..c8fa3c49b 100644 --- a/community/luaposix/PKGBUILD +++ b/community/luaposix/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 73729 2012-07-14 18:16:59Z seblu $ +# $Id: PKGBUILD 76132 2012-09-11 21:50:55Z 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.20 -pkgrel=2 +pkgver=5.1.21 +pkgrel=1 pkgdesc='A POSIX library for Lua programming language' arch=('i686' 'x86_64') url='http://luaforge.net/projects/luaposix/' @@ -14,8 +14,8 @@ license=('GPL' 'LGPL') depends=('lua' 'luabitop') #checkdepends=('lunit') options=('!libtool') -source=("https://github.com/downloads/rrthomas/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('594d67678f829875e33c86b281441843') +source=("https://github.com/downloads/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('7bc06747199f6bd2994ed5a7b2bdf089') build() { cd $pkgname-$pkgver |