summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec03df06e6e7..fba9ee1b892e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gimp-plugin-layerfx
pkgdesc = A GIMP plugin for layer effects (Layer->Layer Effects)
pkgver = 20120412
- pkgrel = 1
+ pkgrel = 2
url = http://registry.gimp.org/node/186
arch = any
license = GPLv3
depends = gimp
depends = python2
+ depends = python2-gimp
source = https://raw.githubusercontent.com/pixlsus/registry.gimp.org_static/master/registry.gimp.org/files/layerfx.2.8.py.txt
md5sums = 408c5191552a7639f64bd6bd25891f85
diff --git a/PKGBUILD b/PKGBUILD
index 9e33ffaedbf7..9f407e178783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Garrett <floft.net/contact>
pkgname=gimp-plugin-layerfx
pkgver=20120412
-pkgrel=1
+pkgrel=2
pkgdesc="A GIMP plugin for layer effects (Layer->Layer Effects)"
arch=('any')
url='http://registry.gimp.org/node/186'
license=('GPLv3')
-depends=('gimp' 'python2')
+depends=('gimp' 'python2' 'python2-gimp')
source=('https://raw.githubusercontent.com/pixlsus/registry.gimp.org_static/master/registry.gimp.org/files/layerfx.2.8.py.txt')
md5sums=('408c5191552a7639f64bd6bd25891f85')