diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-13 11:55:20 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-04-13 11:55:20 -0300 |
commit | 924fdf4c42968a82f56de2fbc4457e2d02998edd (patch) | |
tree | 16b9ec561a027cbfee00697e9aecb48071123a2c /nonprism/eog-plugins | |
parent | fc72ec3379a538e6cd92ba818a278814cd098771 (diff) | |
download | abslibre-924fdf4c42968a82f56de2fbc4457e2d02998edd.tar.gz abslibre-924fdf4c42968a82f56de2fbc4457e2d02998edd.tar.bz2 abslibre-924fdf4c42968a82f56de2fbc4457e2d02998edd.zip |
eog-plugins-3.16.0-1.nonprism1: updating version
Diffstat (limited to 'nonprism/eog-plugins')
-rw-r--r-- | nonprism/eog-plugins/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nonprism/eog-plugins/PKGBUILD b/nonprism/eog-plugins/PKGBUILD index 6bf1e5060..c1160ee90 100644 --- a/nonprism/eog-plugins/PKGBUILD +++ b/nonprism/eog-plugins/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 226003 2014-11-10 23:53:00Z heftig $ +# $Id: PKGBUILD 235224 2015-03-28 16:02:37Z heftig $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=eog-plugins -pkgver=3.14.1 +pkgver=3.16.0 pkgrel=1.nonprism1 pkgdesc="Plugins for Eye of Gnome, without libgdata support" arch=('i686' 'x86_64' 'mips64el') url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins" license=('GPL2') -depends=('eog' 'libchamplain') -makedepends=('intltool') +depends=('eog' 'libchamplain' 'python') +makedepends=('intltool' 'gobject-introspection') conflicts=(${pkgname}-nonprism) replaces=(${pkgname}-nonprism) install=eog-plugins.install source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('12070173d875d6e9f70d8b918bbf3dfcc5af8c1681e4fabf212dae96b85318f5') +sha256sums=('6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450') build() { cd $pkgname-$pkgver |