summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2023-02-06 06:54:36 +0800
committerlevinit2023-02-06 06:54:36 +0800
commitab6820aaa8d1248664b369b1627dfeb58e7224b4 (patch)
treea4070c252799c554ada3c8b3376136e70dadb236
parentbdbb6cd00965f9ae6868b6a534f509bed9a369a3 (diff)
downloadaur-gimp-plugin-export-layers.tar.gz
ver 3.3.5
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3242f5910596..086a50d1ec33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-plugin-export-layers
pkgdesc = GIMP plug-in that exports layers as separate images.
- pkgver = 3.3.4
+ pkgver = 3.3.5
pkgrel = 1
url = https://github.com/khalim19/gimp-plugin-export-layers
arch = any
@@ -8,8 +8,9 @@ pkgbase = gimp-plugin-export-layers
license = GPL3
makedepends = unzip
depends = gimp
- depends = python
- source = https://github.com/khalim19/gimp-plugin-export-layers/releases/download/3.3.4/export_layers-3.3.4.zip
- md5sums = c8b1c1b602850014cf47ee1202a3bba8
+ depends = python2-gimp
+ depends = libffi
+ source = https://github.com/khalim19/gimp-plugin-export-layers/releases/download/3.3.5/export_layers-3.3.5.zip
+ md5sums = 498840b29c0d22afc0df884eb449ab11
pkgname = gimp-plugin-export-layers
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