summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Fino2016-03-08 00:52:11 +0000
committerPaulo Fino2016-03-08 00:52:11 +0000
commitaca1f93c7783b507e7cca57404f8c0772961ac04 (patch)
treebd5a6cd521a2237604f28ef289609055ee4ef9f2
parentc741f564e336372f6c16b8ec17a5b2e76265aa73 (diff)
downloadaur-aca1f93c7783b507e7cca57404f8c0772961ac04.tar.gz
Second bugfix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca3ac05d9249..a904fc519fb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gimp-plugin-registry
pkgdesc = Repository of optional extensions for GIMP
pkgver = 7.20141204
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp
install = gimp-plugin-registry.install
arch = i686
arch = x86_64
license = GPL
- depends = anaconda>=8c
+ depends = anaconda>=2.5.0
depends = bash-completion
depends = desktop-file-utils
depends = fftw
diff --git a/PKGBUILD b/PKGBUILD
index 263194fa51f7..a1d11c7252f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=gimp-plugin-registry
pkgver=7.20141204
-pkgrel=2
+pkgrel=3
debrel=0wily3~ppa
debrepo=https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp/+files
pkgdesc="Repository of optional extensions for GIMP"
arch=('i686' 'x86_64')
url="https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp"
license=('GPL')
-depends=('anaconda>=8c' 'bash-completion' 'desktop-file-utils' 'fftw' 'gcc-libs>=4.9' 'gdk-pixbuf2>=2.22.0' 'gimp>=2.6' 'glew1.10>=1.10.0' 'glib2>=2.37.3' 'glibc>=2.14' 'glu' 'gtk2>=2.14.0' 'gtkglext' 'hicolor-icon-theme' 'lapack' 'lcms2>=2.7' 'libgl' 'liblqr>=0.4.0' 'libtiff>=4.0.3' 'xdg-utils')
+depends=('anaconda>=2.5.0' 'bash-completion' 'desktop-file-utils' 'fftw' 'gcc-libs>=4.9' 'gdk-pixbuf2>=2.22.0' 'gimp>=2.6' 'glew1.10>=1.10.0' 'glib2>=2.37.3' 'glibc>=2.14' 'glu' 'gtk2>=2.14.0' 'gtkglext' 'hicolor-icon-theme' 'lapack' 'lcms2>=2.7' 'libgl' 'liblqr>=0.4.0' 'libtiff>=4.0.3' 'xdg-utils')
optdepends=('adobe-icc: ICC profiles from Adobe')
provides=('gimp-elsamuko-plugins' 'gimp-fix-ca' 'gimp-plugin-fblur' 'gimp-plugin-layerfx' 'gimp-plugin-lqr' 'gimp-plugin-normalmap' 'gimp-plugin-resynthesizer-git' 'gimp-plugin-saveforweb' 'gimp-plugin-wavelet-decompose' 'gimp-plugin-wavelet-denoise' 'gimp-refocus')
conflicts=('gimp-elsamuko-plugins' 'gimp-fix-ca' 'gimp-plugin-fblur' 'gimp-plugin-layerfx' 'gimp-plugin-lqr' 'gimp-plugin-normalmap' 'gimp-plugin-resynthesizer-git' 'gimp-plugin-saveforweb' 'gimp-plugin-wavelet-decompose' 'gimp-plugin-wavelet-denoise' 'gimp-refocus')