diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-14 21:47:26 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-04-14 21:47:26 -0300 |
commit | b40e9d13e7614aebbe15004c06f2480ee8c515f3 (patch) | |
tree | 90bbf9614870909db30bd9d23826361ded6efd1e /nonprism | |
parent | 1eb1de3ddbe9745bad90def7f034f4aa263f8f46 (diff) | |
download | abslibre-b40e9d13e7614aebbe15004c06f2480ee8c515f3.tar.gz abslibre-b40e9d13e7614aebbe15004c06f2480ee8c515f3.tar.bz2 abslibre-b40e9d13e7614aebbe15004c06f2480ee8c515f3.zip |
eog-plugins-nonprism-3.12.0-1: updating version
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/eog-plugins-nonprism/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/nonprism/eog-plugins-nonprism/PKGBUILD b/nonprism/eog-plugins-nonprism/PKGBUILD index 328129211..6936270bd 100644 --- a/nonprism/eog-plugins-nonprism/PKGBUILD +++ b/nonprism/eog-plugins-nonprism/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 196609 2013-10-15 18:22:34Z heftig $ +# $Id: PKGBUILD 209226 2014-03-30 11:25:53Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer (Parabola): Márcio Silva <coadde@parabola.nu> _pkgname=eog-plugins pkgname=eog-plugins-nonprism -pkgver=3.10.1 +pkgver=3.12.0 pkgrel=1 pkgdesc="Plugins for Eye of Gnome, without libgdata support" arch=('i686' 'x86_64') @@ -16,13 +16,12 @@ provides=("$_pkgname=$pkgver") conflicts=$_pkgname replaces=$_pkgname install=eog-plugins.install -options=('!libtool') -source=(http://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz) -sha256sums=('d5b32c49dbf1e0b6cf56c9fdc6c19186c92e98d92b71aa98805491e2bb2f8e12') +source=(http://download.gnome.org/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz) +sha256sums=('3f6c4e0dd63c1003f31c08636b6540cf0312b9b42e2e621c96b946c72e3d9742') build() { cd $_pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --sysconfdir=/etc --localstatedir=/var # https://bugzilla.gnome.org/show_bug.cgi?id=655517 |