summaryrefslogtreecommitdiff
path: root/extra/glade/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-15 03:26:32 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-15 03:26:32 +0000
commitad45d1982b97faa9372d99e51daa687c7c09de7d (patch)
treeaf490221f2b733b8f0cf68f3898566d5049c3ab4 /extra/glade/PKGBUILD
parent7c266ff5a9e1f533fd8bd8c2fbbcc05df350dcd3 (diff)
Tue Apr 15 03:22:01 UTC 2014
Diffstat (limited to 'extra/glade/PKGBUILD')
-rw-r--r--extra/glade/PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/extra/glade/PKGBUILD b/extra/glade/PKGBUILD
index 1d2d1d1d4..5ecbc1c4f 100644
--- a/extra/glade/PKGBUILD
+++ b/extra/glade/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 202187 2013-12-19 01:01:24Z heftig $
+# $Id: PKGBUILD 210445 2014-04-14 20:06:18Z jgc $
# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=glade
-pkgver=3.16.1
+pkgver=3.18.1
pkgrel=1
pkgdesc="User interface builder for GTK+ and GNOME."
arch=(i686 x86_64)
@@ -13,8 +13,12 @@ optdepends=('python2: Python widgets support'
'devhelp: help browser')
url="http://glade.gnome.org/"
install=glade.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('994ac258bc100d3907ed40a2880c3144f13997b324477253e812d59f2716523f')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9d5f141c4469a5a0a3f93fadb901b847030bc7318e80a8a6a0f09df7f194fc28')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+}
build() {
cd "$pkgname-$pkgver"