summaryrefslogtreecommitdiff
path: root/gnome-unstable/gucharmap
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-30 00:01:15 +0000
committerroot <root@rshg054.dnsready.net>2012-03-30 00:01:15 +0000
commit263884f95012e159a0be10444ef96bbf56e70545 (patch)
treea71c47be511babbe957d4f4701b12d0039b09f88 /gnome-unstable/gucharmap
parent44ded298ebb49500d321ac79b7d0d8bb4d5058ec (diff)
Fri Mar 30 00:01:15 UTC 2012
Diffstat (limited to 'gnome-unstable/gucharmap')
-rw-r--r--gnome-unstable/gucharmap/PKGBUILD8
-rw-r--r--gnome-unstable/gucharmap/gucharmap.install1
2 files changed, 5 insertions, 4 deletions
diff --git a/gnome-unstable/gucharmap/PKGBUILD b/gnome-unstable/gucharmap/PKGBUILD
index b29e9ea12..0e645ac3c 100644
--- a/gnome-unstable/gucharmap/PKGBUILD
+++ b/gnome-unstable/gucharmap/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 152955 2012-03-10 20:02:22Z heftig $
+# $Id: PKGBUILD 154427 2012-03-28 10:55:55Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan De Groot <jgc@archlinux.org>
pkgname=gucharmap
-pkgver=3.3.1
+pkgver=3.4.0.1
pkgrel=1
pkgdesc="Gnome Unicode Charmap"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ depends=('dconf' 'gtk3' 'hicolor-icon-theme')
makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
options=('!libtool' '!emptydirs')
install=gucharmap.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ed70de66eb733349807c319240c78397c5f001f5419833208b8b0fbcf3b2d179')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('eac2f2281cde5118544bc930b9ce90e68302a8c4ea09755f0db3e2e5e022b23c')
build() {
cd $pkgname-$pkgver
diff --git a/gnome-unstable/gucharmap/gucharmap.install b/gnome-unstable/gucharmap/gucharmap.install
index 21c219dc7..9a19b56fc 100644
--- a/gnome-unstable/gucharmap/gucharmap.install
+++ b/gnome-unstable/gucharmap/gucharmap.install
@@ -5,6 +5,7 @@ post_install() {
pre_upgrade() {
(( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap
+ return 0
}
post_upgrade() {