summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2020-03-17 17:42:09 +0100
committeractionless2020-03-17 17:42:09 +0100
commit471b050186f3e439b14c631e06f787ac36fe49c1 (patch)
tree6bad7401dfa21c360f8208fd02cb3087bfcce8bc /PKGBUILD
parentf2af7b85707e002bee9bb5eb0eb4fab57e1a4c47 (diff)
downloadaur-471b050186f3e439b14c631e06f787ac36fe49c1.tar.gz
fix deps/provides mistakenly copied from example pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d1eddd17b3c0..559dc9063d8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Yauhen Kirylau <actionless DOT loveless PLUS aur AT gmail MF com>
# Upstream URL: https://github.com/themix-project/oomox
-pkgname=themix-import-images-git
+_pkgname=themix-import-images
+pkgname="${_pkgname}-git"
pkgver=1.12.6.r14.ge495c2c3
pkgrel=1
pkgdesc="Import plugin for Themix GUI designer to get color palettes from the images"
@@ -13,8 +14,8 @@ source=(
)
md5sums=('SKIP')
depends=(
- 'gtk3'
- 'python-gobject'
+ 'themix-gui'
+ 'python-pillow'
)
makedepends=(
'git'
@@ -24,8 +25,8 @@ optdepends=(
'python-colorthief: additional image analyzer'
'python-haishoku: additional image analyzer'
)
-provides=('themix-gui')
-conflicts=('themix-gui')
+provides=($_pkgname)
+conflicts=($_pkgname)
pkgver() {
cd "${srcdir}/oomox"