summaryrefslogtreecommitdiff
path: root/community/giggle
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-11-10 14:02:40 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-11-10 14:02:40 +0100
commitbf8d5e47ebdb788735d74c8232db8ec4a724a0bb (patch)
tree807d2f70dec261ec60d7943f1d8a7cd1fc9422ab /community/giggle
parent7b801d14eb78615912e7456a4654c2488bdee4d5 (diff)
parent15afd71b619115bc72670c443a6d1b75275ead0c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/giggle/PKGBUILD extra/kdeplasma-addons/PKGBUILD extra/kdesdk/PKGBUILD extra/libgusb/PKGBUILD
Diffstat (limited to 'community/giggle')
-rw-r--r--community/giggle/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/giggle/PKGBUILD b/community/giggle/PKGBUILD
index 243511dc2..9d7243b05 100644
--- a/community/giggle/PKGBUILD
+++ b/community/giggle/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 57210 2011-10-24 13:47:08Z ibiru $
+# $Id: PKGBUILD 79629 2012-11-09 09:55:35Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: neodreams <yanbrodeur@gmail.com>
pkgname=giggle
-pkgver=0.6.1
+pkgver=0.7
pkgrel=1
pkgdesc="Git repository viewer"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,15 +11,13 @@ url="http://live.gnome.org/giggle"
license=('GPL')
depends=('git' 'gtksourceview3' 'vte3')
makedepends=('intltool' 'itstool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.6/${pkgname}-${pkgver}.tar.xz
- gmodule.patch)
+source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.7/$pkgname-$pkgver.tar.xz)
options=(!libtool)
install=giggle.install
-sha256sums=('6c0b5c2b417217509bf88096447afa4af70fd33e8a6db5caa0aa86b44c01a5b8'
- 'f8ad37a5e533e24afe127e6d67f7baf055ebed93b822644d7a08d97c96079474')
+sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd $pkgname-$pkgver
# An upstream build fix.
patch -p1 -i "$srcdir/gmodule.patch"
@@ -31,7 +29,7 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd $pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}