summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-10-08 22:51:15 +0200
committerNarrat2022-10-08 22:51:15 +0200
commitbaada1c4c8a0f24a6bc57357714655d7ec82c793 (patch)
tree914d86689dbb488650bc9704e70cf4e744410784
parent87406ac675371144a389c7bc3fc8a364c70fcdb7 (diff)
downloadaur-baada1c4c8a0f24a6bc57357714655d7ec82c793.tar.gz
resynthesizer: explicitly depend on pyton2-gimp
which kinda forces python2 and the respective gimp support to be installed.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d959b8af3488..889b240314ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gimp-plugin-resynthesizer-git
pkgdesc = Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version
- pkgver = 2.0.3.r23.gb6ff907
+ pkgver = 2.0.3.r24.gecfc4e7
pkgrel = 1
url = https://github.com/bootchk/resynthesizer
arch = i686
@@ -8,7 +8,7 @@ pkgbase = gimp-plugin-resynthesizer-git
license = GPL2
makedepends = git
makedepends = intltool
- depends = gimp
+ depends = python2-gimp
provides = gimp-plugin-resynthesizer=2.0
conflicts = gimp-resynth
conflicts = gimp-resynth-git
diff --git a/PKGBUILD b/PKGBUILD
index 2f63060283ea..983b6b11a20e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=resynthesizer
pkgname=gimp-plugin-$_pkgname-git
-pkgver=2.0.3.r23.gb6ff907
+pkgver=2.0.3.r24.gecfc4e7
pkgrel=1
pkgdesc="Suite of gimp plugins for texture synthesis (like heal-selection). Git-Version"
arch=('i686' 'x86_64')
url="https://github.com/bootchk/resynthesizer"
license=('GPL2')
-depends=('gimp')
+depends=('python2-gimp')
makedepends=('git' 'intltool')
conflicts=('gimp-resynth' 'gimp-resynth-git')
provides=("${pkgname/-git/}=2.0")