[arch-commits] Commit in kcolorpicker/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Nov 13 20:28:01 UTC 2020
Date: Friday, November 13, 2020 @ 20:28:01
Author: arojas
Revision: 400769
Remove unused depencencies
Modified:
kcolorpicker/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-13 20:25:12 UTC (rev 400768)
+++ PKGBUILD 2020-11-13 20:28:01 UTC (rev 400769)
@@ -3,12 +3,12 @@
pkgname=kcolorpicker
pkgver=0.1.4
-pkgrel=2
+pkgrel=3
pkgdesc='Qt based Color Picker with popup menu'
arch=(x86_64)
url='https://github.com/DamirPorobic/kColorPicker'
license=(GPL)
-makedepends=(extra-cmake-modules)
+makedepends=(cmake)
depends=(qt5-base)
source=($pkgname-$pkgver.tar.gz::"https://github.com/ksnip/kColorPicker/archive/v$pkgver.tar.gz")
sha256sums=('3036d00cce2a8cc6a0bc87a9a3ff629e21adbdaa509e41f23a2ef1661d537c72')
More information about the arch-commits
mailing list