diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-07 03:58:37 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-07 03:58:37 +0000 |
commit | ecc0814f13d77a15db732a279e7bcc143f403683 (patch) | |
tree | 92a57200b161e25a20db8760051501241ee3a418 /community/libgit2-glib/PKGBUILD | |
parent | b464c2860e91a60ffce805697b504bfbf7715148 (diff) |
Mon Jul 7 03:55:45 UTC 2014
Diffstat (limited to 'community/libgit2-glib/PKGBUILD')
-rw-r--r-- | community/libgit2-glib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libgit2-glib/PKGBUILD b/community/libgit2-glib/PKGBUILD index 8d74f325c..af18e0b42 100644 --- a/community/libgit2-glib/PKGBUILD +++ b/community/libgit2-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 106513 2014-03-05 10:10:15Z heftig $ +# $Id: PKGBUILD 115211 2014-07-06 16:43:59Z thestinger $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=libgit2-glib -pkgver=0.0.12 +pkgver=0.0.18 pkgrel=1 pkgdesc="GLib wrapper for libgit2" url="http://wiki.gnome.org/Projects/Libgit2-glib" @@ -11,7 +11,7 @@ arch=(i686 x86_64) depends=(glib2 libgit2) makedepends=(gobject-introspection) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('193125b314f588894b769058be28101fb0b2bec345520ca6398ee4e8b7319762') +sha256sums=('9f27b1dc3cfb5ce0d7685be12757f8549778b63b8a2a0b6565c5cad9ed84470c') build() { cd $pkgname-$pkgver |