Date: Wednesday, April 16, 2014 @ 19:10:02 Author: arodseth Revision: 109606
upgpkg: libgexiv2 0.10.0-1 Modified: libgexiv2/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-04-16 17:01:53 UTC (rev 109605) +++ PKGBUILD 2014-04-16 17:10:02 UTC (rev 109606) @@ -3,20 +3,19 @@ # Contributor: Ionut Biru <[email protected]> pkgname=libgexiv2 -pkgver=0.7.0 -pkgrel=3 +pkgver=0.10.0 +pkgrel=1 pkgdesc='GObject-based wrapper around the Exiv2 library' +url='https://wiki.gnome.org/Projects/gexiv2' arch=('x86_64' 'i686') -# http://yorba.org/download/gexiv2/ -url='http://redmine.yorba.org/projects/gexiv2/roadmap' license=('GPL2') depends=('exiv2' 'glib2') makedepends=('python-gobject' 'python2-gobject') -source=("http://yorba.org/download/gexiv2/${pkgver%.0}/$pkgname-$pkgver.tar.xz") -sha256sums=('44ae5e74ec82a6b19e366cf6877ce34693ace85c5cb519a7158bdcfcb7e28e64') +source=("http://ftp.gnome.org/pub/gnome/sources/${pkgname/lib/}/${pkgver%.0}/${pkgname/lib/}-$pkgver.tar.xz") +sha256sums=('9c8c97b36a0d4ca6656488b88908e4c94efb0dfc1b0e3e0850e38b90a9a30031') build() { - cd "$pkgname-$pkgver" + cd "${pkgname/lib/}-$pkgver" # In order for the build process to include any python-related files, # 'import gi; print(gi._overridesdir)' must work with either python or @@ -26,7 +25,7 @@ } package() { - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install + make -C "${pkgname/lib/}-$pkgver" DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et:
