summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormagiruuvelvet2017-06-20 00:17:04 +0200
committermagiruuvelvet2017-06-20 00:17:04 +0200
commit13025f89a0bea07615bc7c1f81c8ab9334b01a59 (patch)
tree47479ab9c13e395baa0aeb54c09b8613cfa1e1fc
parent0c47711f8cfeaf11de9cfc52458b8fad77aa69ac (diff)
downloadaur-13025f89a0bea07615bc7c1f81c8ab9334b01a59.tar.gz
Added missing deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3734fc1e2245..859b664c3c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Jun 19 13:50:41 UTC 2017
+# Mon Jun 19 22:16:39 UTC 2017
pkgbase = gimp-plugin-resynthesizer
pkgdesc = Suite of gimp plugins for texture synthesis
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bootchk/resynthesizer
arch = x86_64
license = GPL3
makedepends = pkg-config
+ makedepends = intltool
depends = gimp>=2.8.x
+ depends = python
source = gimp-plugin-resynthesizer-src-2.0.1.tgz::https://github.com/bootchk/resynthesizer/archive/2.0.1.tar.gz
sha256sums = ef8d8137c43cba0a712cf1f9c6891e8606d4b8af9b218cea0efcaa7797aa0a87
diff --git a/PKGBUILD b/PKGBUILD
index e21bfccbe789..27ddd0327557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=gimp-plugin-resynthesizer
_pkgname=resynthesizer
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Suite of gimp plugins for texture synthesis"
arch=('x86_64')
url='https://github.com/bootchk/resynthesizer'
license=('GPL3')
-depends=('gimp>=2.8.x')
-makedepends=('pkg-config')
+depends=('gimp>=2.8.x' 'python')
+makedepends=('pkg-config' 'intltool')
source=("$pkgname-src-$pkgver.tgz::https://github.com/bootchk/$_pkgname/archive/$pkgver.tar.gz")
sha256sums=('ef8d8137c43cba0a712cf1f9c6891e8606d4b8af9b218cea0efcaa7797aa0a87')