diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-09 12:11:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-10-09 12:11:35 -0300 |
commit | cf2a7954247c27c9e2f4fa1cb07edf9a3d86cbad (patch) | |
tree | 9ade900528f0dce19c9cbf6626e725bcfe2b63e9 /nonprism/eog-plugins-nonprism/PKGBUILD | |
parent | 70f4901b7b9482b3fdbfb5d29d8494a36e5ebfcc (diff) | |
parent | 1fa844577c4e278eb1096e2221406d5840f354de (diff) |
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'nonprism/eog-plugins-nonprism/PKGBUILD')
-rw-r--r-- | nonprism/eog-plugins-nonprism/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/eog-plugins-nonprism/PKGBUILD b/nonprism/eog-plugins-nonprism/PKGBUILD index 010f3eb7b..7c889280b 100644 --- a/nonprism/eog-plugins-nonprism/PKGBUILD +++ b/nonprism/eog-plugins-nonprism/PKGBUILD @@ -1,11 +1,11 @@ -# $Id$ +# $Id: PKGBUILD 194995 2013-09-24 13:10:42Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer (Parabola): Márcio Silva <coadde@lavabit.com> _pkgname=eog-plugins pkgname=eog-plugins-nonprism -pkgver=3.8.1 -pkgrel=2 +pkgver=3.10.0 +pkgrel=1 pkgdesc="Plugins for Eye of Gnome, without libgdata support" arch=('i686' 'x86_64') url="http://www.gnome.org/" @@ -18,7 +18,7 @@ replaces=$_pkgname install=eog-plugins.install options=('!libtool') source=(http://download.gnome.org/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz) -sha256sums=('5cf8dab5b6622b9e712da4094185112cc84baa96f2775cc76bf654b1c443cfb9') +sha256sums=('0e6699c45181264e87f34a6eb03deeadfd5d73e35995772b7afc803e8218906d') build() { cd $_pkgname-$pkgver |