diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-07 17:31:10 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-07 17:31:10 +0100 |
commit | 0e48701e4ef754a7d5aab1e8fa1ef6ba8ff3c441 (patch) | |
tree | a01dc4371165970aa77e40aaaf74ba1eae8daf47 /community/lgi | |
parent | 1ac5165814a8df7108dae57ebb527efd21873461 (diff) | |
parent | d8d675cb1e75787b0db061756e4cbebe3c5a03fa (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/busybox/PKGBUILD
community/glpng/PKGBUILD
community/hercules/PKGBUILD
community/libnetfilter_acct/PKGBUILD
community/libvirt/PKGBUILD
extra/crypto++/PKGBUILD
extra/hexedit/PKGBUILD
extra/kdesdk-kate/PKGBUILD
extra/kdesdk/PKGBUILD
extra/libmp3splt/PKGBUILD
extra/ntfs-3g_ntfsprogs/PKGBUILD
extra/opencv/PKGBUILD
extra/qemu-kvm/PKGBUILD
extra/xf86-input-wacom/PKGBUILD
extra/xfce4-eyes-plugin/PKGBUILD
extra/xfdesktop/PKGBUILD
Diffstat (limited to 'community/lgi')
-rw-r--r-- | community/lgi/PKGBUILD | 10 |
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 |