summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDeon Spengler2022-02-02 14:30:21 +0200
committerDeon Spengler2022-02-02 14:30:21 +0200
commit752745b8e7115be4c0833fcf19cc20c2c6ff862f (patch)
treed30e385daa178fe880b6d16fadaf78d67bef844f /PKGBUILD
parent55a41ec5bfadb361f58f9ad893a80c76a022fbc6 (diff)
downloadaur-gimp-plugin-resynthesizer.tar.gz
Fix for python2-gobject2 move to AUR
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22a4c60eb0ed..804b1c9fd1b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
-# Maintainer: magiruuvelvet <contact (at) magiruuvelvet (dot) gdn>
+# Maintainer: Deon Spengler <deon at spengler dot co dot za>
+# Contributor: magiruuvelvet <contact (at) magiruuvelvet (dot) gdn>
# Note: use GCC to compile, clang doesn't work
pkgname=gimp-plugin-resynthesizer
_pkgname=resynthesizer
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Suite of gimp plugins for texture synthesis"
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url='https://github.com/bootchk/resynthesizer'
license=('GPL3')
-depends=('gimp>=2.8' 'python')
+depends=('gimp>=2.8' 'python2-gimp' 'python2-gobject2>=2.28.7-7')
makedepends=('pkg-config' 'intltool')
+conflicts=('gimp-plugin-resynthesizer-git')
source=("$pkgname-src-$pkgver.tgz::https://github.com/bootchk/$_pkgname/archive/v$pkgver.tar.gz")
sha256sums=('798678095c34b101c880eb350b31e9a6ff9748707d6ad9063cdee26c38016450')