summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Simowitz2019-11-26 11:48:27 -0800
committerDylan Simowitz2019-11-26 11:48:27 -0800
commit82c0e906b50011490ab33a355e35e655a033e3b8 (patch)
treeb4b04fc07928aceec89b9c9896c1b1f7e120a857
parentc9c37d083a66afb3171152e4121225cf2efa72cc (diff)
downloadaur-82c0e906b50011490ab33a355e35e655a033e3b8.tar.gz
add qt5-tools to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8703a8055ec7..d74bb6af5f48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hello-kde-git
pkgdesc = hello. is a compilation of various color-schemes, themes, icons and more for the KDE Plasma desktop. It is unopinionated, putting you in charge.
- pkgver = r47.1400b81
+ pkgver = r51.ee0a53b
pkgrel = 1
url = https://github.com/n4n0GH/hello
arch = i686
@@ -10,6 +10,7 @@ pkgbase = hello-kde-git
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = kdecoration
+ makedepends = qt5-tools
depends = kwin
provides = hello-kde
source = git+https://github.com/n4n0GH/hello.git
diff --git a/PKGBUILD b/PKGBUILD
index 33e1ea7a3d7b..61d3b61c9b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname="hello-kde-git"
_pkgname="hello"
-pkgver=r47.1400b81
+pkgver=r51.ee0a53b
pkgrel=1
pkgdesc="hello. is a compilation of various color-schemes, themes, icons and more for the KDE Plasma desktop. It is unopinionated, putting you in charge."
arch=('i686' 'x86_64')
url="https://github.com/n4n0GH/hello"
license=('GPL2')
depends=('kwin')
-makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdecoration')
+makedepends=('git' 'cmake' 'extra-cmake-modules' 'kdecoration' 'qt5-tools')
source=('git+https://github.com/n4n0GH/hello.git')
md5sums=('SKIP')
provides=('hello-kde')