diff options
author | caltlgin | 2020-10-20 07:01:19 +1300 |
---|---|---|
committer | caltlgin | 2020-10-20 07:01:19 +1300 |
commit | ee25cb2cba14f5e7a4e084a18843955b15754e91 (patch) | |
tree | 727afeb570fa069e110fc860b3115a6e1e36b215 | |
parent | b4aefa000b41d8e715d867c44e91e159791fd041 (diff) | |
download | aur-ee25cb2cba14f5e7a4e084a18843955b15754e91.tar.gz |
Add: makedepends=(extra-cmake-modules qt5-tools)
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 4 deletions
@@ -1,14 +1,15 @@ pkgbase = zeit-git pkgdesc = Qt frontend to crontab - pkgver = 0.5.0.r14.g43f773f + pkgver = 0.5.0.r16.gdfcc5f9 pkgrel = 1 url = https://github.com/loimu/zeit arch = x86_64 license = GPL3 - makedepends = cmake makedepends = cron + makedepends = extra-cmake-modules makedepends = imagemagick makedepends = git + makedepends = qt5-tools depends = hicolor-icon-theme depends = kauth provides = zeit @@ -2,14 +2,14 @@ _pkgname='zeit' pkgname="${_pkgname}-git" -pkgver=0.5.0.r14.g43f773f +pkgver=0.5.0.r16.gdfcc5f9 pkgrel=1 pkgdesc='Qt frontend to crontab' arch=('x86_64') url='https://github.com/loimu/zeit' license=('GPL3') depends=('hicolor-icon-theme' 'kauth') -makedepends=('cmake' 'cron' 'imagemagick' 'git') +makedepends=('cron' 'extra-cmake-modules' 'imagemagick' 'git' 'qt5-tools') provides=("${_pkgname}") conflicts=("${_pkgname}") source=("git+${url}.git") |