summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaulo Fino2016-03-08 01:05:02 +0000
committerPaulo Fino2016-03-08 01:05:02 +0000
commitc334f5ab3c7019160e3b7115e3e12ad62a64007d (patch)
treedb4c972e1feb66b65275f7d454d1d09487bbe151
parentaca1f93c7783b507e7cca57404f8c0772961ac04 (diff)
downloadaur-c334f5ab3c7019160e3b7115e3e12ad62a64007d.tar.gz
Third bugfix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a904fc519fb7..1e1e74fa9614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = gimp-plugin-registry
pkgdesc = Repository of optional extensions for GIMP
pkgver = 7.20141204
- pkgrel = 3
+ pkgrel = 4
url = https://launchpad.net/~otto-kesselgulasch/+archive/ubuntu/gimp
install = gimp-plugin-registry.install
arch = i686
arch = x86_64
license = GPL
- depends = anaconda>=2.5.0
depends = bash-completion
depends = desktop-file-utils
depends = fftw
diff --git a/PKGBUILD b/PKGBUILD
index a1d11c7252f5..516f805ad6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=gimp-plugin-registry
pkgver=7.20141204
-pkgrel=3
+pkgrel=4
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>=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')
+depends=('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')