summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Brummer2018-01-16 13:19:35 +0100
committerBenoit Brummer2018-01-16 13:19:35 +0100
commit176cee3ccf838dd5d6224c8b8ec39b4cd7ba9160 (patch)
tree27f36643fbbf385407eb40eebbb3e0078427aa73
parent73ac47988013d3972f6a187e84c16a7829c9f591 (diff)
downloadaur-176cee3ccf838dd5d6224c8b8ec39b4cd7ba9160.tar.gz
fix type and dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9baf88d2f159..1df922fac7c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = gimp-plugin-gmic-git
- pkgdesc = QFront-end to the image processing framework G'MICQ
+ pkgdesc = Front-end to the image processing framework G'MICQ
pkgver = v.218.r4.g6267a65
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/c-koi/gmic-qt
arch = i686
arch = x86_64
license = GPL3
- makedepends = qt5-base
depends = gimp
depends = libpng
depends = zlib
depends = fftw
depends = curl
+ depends = qt5-base
source = git+https://github.com/c-koi/gmic-qt.git
source = git+https://github.com/dtschump/gmic.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 68d1152f8e18..1c258f9090b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
pkgname='gimp-plugin-gmic-git'
_name='gmic'
pkgver=v.218.r4.g6267a65
-pkgrel=1
-pkgdesc="QFront-end to the image processing framework G'MICQ"
+pkgrel=2
+pkgdesc="Front-end to the image processing framework G'MICQ"
url="https://github.com/c-koi/${_name}-qt"
-makedepends=('qt5-base')
-depends=('gimp' 'libpng' 'zlib' 'fftw' 'curl')
+depends=('gimp' 'libpng' 'zlib' 'fftw' 'curl' 'qt5-base')
license=('GPL3')
arch=('i686' 'x86_64')
source=("git+${url}.git" "git+https://github.com/dtschump/${_name}.git")