summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredtide2023-12-28 20:24:49 +0100
committerredtide2023-12-28 20:24:49 +0100
commitecc7abf6b7bb0e9f798546c384e7bc7e4a611de7 (patch)
treebcbb136d86deea7be651e2536bf3162f58e50c7b
parentff12e3cd774debe8f93b922e246ce9d83e0b5ef2 (diff)
downloadaur-ecc7abf6b7bb0e9f798546c384e7bc7e4a611de7.tar.gz
Added Qtilitools and Qt5 tools build dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28356fd87ac6..d12b7d5cc361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = colorpick-git
pkgdesc = Color picker and contrast checker
- pkgver = r79.6c3b195
+ pkgver = r87.727df35
pkgrel = 1
url = https://github.com/qtilities/colorpick
arch = x86_64
license = BSD
makedepends = cmake
makedepends = git
+ makedepends = qt5-tools
+ makedepends = qtilitools
depends = qt5-base
provides = colorpick
conflicts = colorpick
diff --git a/PKGBUILD b/PKGBUILD
index e97906a0ef17..fd5cfdf59946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=colorpick
pkgname=$_pkgname-git
-pkgver=r79.6c3b195
+pkgver=r87.727df35
pkgrel=1
pkgdesc="Color picker and contrast checker"
url=https://github.com/qtilities/$_pkgname
@@ -14,6 +14,8 @@ depends=(
makedepends=(
cmake
git
+ qt5-tools
+ qtilitools
)
provides=($_pkgname)
conflicts=($_pkgname)