summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2022-02-02 14:30:21 +0200
committerDeon Spengler2022-02-02 14:30:21 +0200
commit752745b8e7115be4c0833fcf19cc20c2c6ff862f (patch)
treed30e385daa178fe880b6d16fadaf78d67bef844f
parent55a41ec5bfadb361f58f9ad893a80c76a022fbc6 (diff)
downloadaur-752745b8e7115be4c0833fcf19cc20c2c6ff862f.tar.gz
Fix for python2-gobject2 move to AUR
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe2c93140b69..c1f0ddaa9b0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
-# Generated by mksrcinfo v8
-# Thu May 10 06:37:12 UTC 2018
pkgbase = gimp-plugin-resynthesizer
pkgdesc = Suite of gimp plugins for texture synthesis
pkgver = 2.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bootchk/resynthesizer
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = pkg-config
makedepends = intltool
depends = gimp>=2.8
- depends = python
+ depends = python2-gimp
+ depends = python2-gobject2>=2.28.7-7
+ conflicts = gimp-plugin-resynthesizer-git
source = gimp-plugin-resynthesizer-src-2.0.3.tgz::https://github.com/bootchk/resynthesizer/archive/v2.0.3.tar.gz
sha256sums = 798678095c34b101c880eb350b31e9a6ff9748707d6ad9063cdee26c38016450
pkgname = gimp-plugin-resynthesizer
-
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')