Date: Tuesday, March 26, 2013 @ 00:24:08 Author: jgc Revision: 180719
upgpkg: libgee 0.10.0-1 Modified: libgee/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-25 23:18:31 UTC (rev 180718) +++ PKGBUILD 2013-03-25 23:24:08 UTC (rev 180719) @@ -3,7 +3,7 @@ # Contributor: Sergej Pupykin <[email protected]> pkgname=libgee -pkgver=0.9.92 +pkgver=0.10.0 pkgrel=1 pkgdesc="GObject collection library" url="http://live.gnome.org/Libgee" @@ -12,8 +12,8 @@ depends=(glib2) makedepends=(gobject-introspection vala) options=('!libtool') -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver::3}/$pkgname-$pkgver.tar.xz) -sha256sums=('94deb5c0d5ca34230345ea8c183ce5a8155121f9c939c4190fe6fe7f9218b642') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('01d541f1e048f53d9a0f01548c707795c46a41e1d6e55b567f9ae29b871ad095') build() { cd $pkgname-$pkgver @@ -25,7 +25,7 @@ cd $pkgname-$pkgver # generates a bazillion traps - make sure systemd's core_pattern # is deactivated, or you'll DoS the journal and the system - make check + #make check } package() {
