diff options
author | root <root@rshg054.dnsready.net> | 2013-10-11 00:07:28 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-11 00:07:28 -0700 |
commit | c38c20f4261c973628038df011b526c6ad4e0489 (patch) | |
tree | 177946f9ec2d7ef5e23b9ffdd749442d18923aa6 /community/lgi/PKGBUILD | |
parent | 361f95d1ff881daf5f87cb14917bd524511abfc5 (diff) |
Fri Oct 11 00:07:27 PDT 2013
Diffstat (limited to 'community/lgi/PKGBUILD')
-rw-r--r-- | community/lgi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lgi/PKGBUILD b/community/lgi/PKGBUILD index 0c03956a1..4eb8fb661 100644 --- a/community/lgi/PKGBUILD +++ b/community/lgi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85686 2013-03-04 23:40:53Z seblu $ +# $Id: PKGBUILD 98427 2013-10-10 07:57:51Z seblu $ # Maintainer: speps <speps at aur dot archlinux dot org> # Maintainer: Sébastien Luttringer pkgbase=lgi pkgname=(lua-lgi) -pkgver=0.7.1 +pkgver=0.7.2 pkgrel=1 pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library' arch=(i686 x86_64) @@ -14,7 +14,7 @@ depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection') replaces=('lgi') conflicts=('lgi') source=("$pkgbase-$pkgver.tar.gz::https://github.com/pavouk/$pkgbase/archive/$pkgver.tar.gz") -md5sums=('de7367aee8e39f7df7c2229675c5ff2d') +md5sums=('f41902695c3d8ef40312d7c654885bf3') build() { cd $pkgbase-$pkgver |