diff options
Diffstat (limited to 'community/giggle')
-rw-r--r-- | community/giggle/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/giggle/PKGBUILD b/community/giggle/PKGBUILD index a465dc4bf..fc69f80fb 100644 --- a/community/giggle/PKGBUILD +++ b/community/giggle/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 57099 2011-10-21 08:11:19Z ibiru $ +# $Id: PKGBUILD 57210 2011-10-24 13:47:08Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: neodreams <yanbrodeur@gmail.com> pkgname=giggle -pkgver=0.6 +pkgver=0.6.1 pkgrel=1 pkgdesc="Git repository viewer" arch=('i686' 'x86_64') @@ -14,14 +14,13 @@ makedepends=('intltool' 'itstool') source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/${pkgname}-${pkgver}.tar.xz) options=(!libtool) install=giggle.install -sha256sums=('bcb864b5d23b10cac6376574af2f9fa8e0dbd2edf2b3a771979ddb362ca21eb3') +sha256sums=('6c0b5c2b417217509bf88096447afa4af70fd33e8a6db5caa0aa86b44c01a5b8') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure \ --prefix=/usr - make } |