summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlevinit2023-02-06 06:54:36 +0800
committerlevinit2023-02-06 06:54:36 +0800
commitab6820aaa8d1248664b369b1627dfeb58e7224b4 (patch)
treea4070c252799c554ada3c8b3376136e70dadb236 /PKGBUILD
parentbdbb6cd00965f9ae6868b6a534f509bed9a369a3 (diff)
downloadaur-gimp-plugin-export-layers.tar.gz
ver 3.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 278772b797de..e6487188ad0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: levinit <levinit@outlook.com>
pkgname=gimp-plugin-export-layers
-pkgver=3.3.4
+pkgver=3.3.5
pkgrel=1
gimpver=2.0
pkgdesc="GIMP plug-in that exports layers as separate images."
arch=(any)
url="https://github.com/khalim19/gimp-plugin-export-layers"
license=('GPL3')
-depends=('gimp' 'python')
+depends=('gimp' 'python2-gimp' 'libffi')
groups=(gimp-plugins)
makedepends=('unzip')
source=("https://github.com/khalim19/gimp-plugin-export-layers/releases/download/${pkgver}/export_layers-${pkgver}.zip")
-md5sums=('c8b1c1b602850014cf47ee1202a3bba8')
+md5sums=('498840b29c0d22afc0df884eb449ab11')
package() {
install -Ddm755 $pkgdir/usr/lib/gimp/$gimpver/plug-ins