testing/lua-augeas: upgrade to 0.1.2

This commit is contained in:
Natanael Copa 2013-05-10 08:29:01 +00:00
parent fa1dc91e1b
commit 8289d33b54

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua-augeas
pkgver=0.1
pkgrel=2
pkgver=0.1.2
pkgrel=0
pkgdesc="Lua bindings for Augeas"
url="http://git.alpinelinux.org/cgit/lua-augeas/"
arch="all"
@ -19,7 +19,7 @@ prepare() {
build() {
cd "$_builddir"
make CFLAGS="${CFLAGS} -fPIC" || return 1
make || return 1
}
package() {
@ -27,4 +27,6 @@ package() {
install -D augeas.so "$pkgdir"/usr/lib/lua/5.1/augeas.so
}
md5sums="7b25097b785ee6b2dc09f0bb69a30a6b lua-augeas-0.1.tar.bz2"
md5sums="20581b3eb4cc38491dec561ab9a9c156 lua-augeas-0.1.2.tar.bz2"
sha256sums="1a4c273bdfad0106645fee85bcea2115b76ef7bab87cfad07c0c04eb331a85e3 lua-augeas-0.1.2.tar.bz2"
sha512sums="3ccbb32d4d71a9d390e814084a91fc26d51f25d31a1ff3a1e9927c494d196fdbc3954ae763b18e3b6e938bba9090773e4ac5fdb93ebc6d3293dc6be351485459 lua-augeas-0.1.2.tar.bz2"