summaryrefslogtreecommitdiff
path: root/community/lgi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lgi/PKGBUILD')
-rw-r--r--community/lgi/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/lgi/PKGBUILD b/community/lgi/PKGBUILD
index 093562a04..30fb56785 100644
--- a/community/lgi/PKGBUILD
+++ b/community/lgi/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 81847 2013-01-02 00:52:50Z seblu $
+# $Id: PKGBUILD 85686 2013-03-04 23:40:53Z seblu $
# Maintainer: speps <speps at aur dot archlinux dot org>
-# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
+# Maintainer: Sébastien Luttringer
pkgbase=lgi
pkgname=(lua-lgi)
-pkgver=0.6.2
+pkgver=0.7.1
pkgrel=1
pkgdesc='Lua bindings for gnome/gobject using gobject-introspection library'
arch=(i686 x86_64 mips64el)
@@ -13,8 +13,8 @@ license=('custom:MIT')
depends=('glibc' 'glib2' 'libffi' 'lua' 'gobject-introspection')
replaces=('lgi')
conflicts=('lgi')
-source=("https://github.com/downloads/pavouk/lgi/$pkgbase-$pkgver.tar.gz")
-md5sums=('9ae2c0740e9ea536b6b6afacea5bd21b')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pavouk/$pkgbase/archive/$pkgver.tar.gz")
+md5sums=('de7367aee8e39f7df7c2229675c5ff2d')
build() {
cd $pkgbase-$pkgver