diff options
author | root <root@rshg054.dnsready.net> | 2011-10-25 23:14:56 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-25 23:14:56 +0000 |
commit | d03e905f54857600b3c36af9b221c34ccb11074f (patch) | |
tree | 6456a06bc5bed5a6083f02bb468392dc6ba6337e /community/giggle | |
parent | 0d7bab226067a44a9f1b978924e8201a3fa60764 (diff) |
Tue Oct 25 23:14:56 UTC 2011
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 } |