diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-03 03:54:52 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-10-03 07:41:13 -0300 |
commit | f3b1cf9ab78b583403d11e68752d712da5f4ccf3 (patch) | |
tree | 5c530f3762175bcdb7a87af532537f11dcf3fd6b /nonprism/eog-plugins/PKGBUILD | |
parent | 48c06fe51bf3f12185084bc96db343f853c7fd34 (diff) | |
download | abslibre-f3b1cf9ab78b583403d11e68752d712da5f4ccf3.tar.gz abslibre-f3b1cf9ab78b583403d11e68752d712da5f4ccf3.tar.bz2 abslibre-f3b1cf9ab78b583403d11e68752d712da5f4ccf3.zip |
eog-plugins-3.16.2-1.nonprism1: updating version
Diffstat (limited to 'nonprism/eog-plugins/PKGBUILD')
-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 4bc408728..ea22d152c 100644 --- a/nonprism/eog-plugins/PKGBUILD +++ b/nonprism/eog-plugins/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 241773 2015-07-03 21:21:42Z heftig $ +# $Id: PKGBUILD 247836 2015-09-28 19:11:57Z heftig $ # Maintainer (Arch): Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=eog-plugins -pkgver=3.16.0 -pkgrel=2.nonprism1 +pkgver=3.16.2 +pkgrel=1.nonprism1 pkgdesc="Plugins for Eye of Gnome, without libgdata support" -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') url="https://wiki.gnome.org/Apps/EyeOfGnome/Plugins" license=('GPL2') depends=('eog' 'libchamplain' 'python') @@ -15,7 +15,7 @@ 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=('6fab1c1e0705fc2b0e4a63caf3ba1c5b64b4eaa1301e4cbc04bb934428b68450') +sha256sums=('f33de3c78d6a7d8a89441daa9c3e49e043dcdc527b0b7d477f0bf2d3af08e534') build() { cd $pkgname-$pkgver |