diff options
author | kleintux | 2023-10-25 07:22:48 +0200 |
---|---|---|
committer | kleintux | 2023-10-25 07:22:48 +0200 |
commit | 9781b4c3e8f08327a12b3dffb48d6b4a81719a15 (patch) | |
tree | 36154eadc9c3a77e6a4889ec3ad30d5e1405249f | |
parent | 5d6fbeba6bd4c8ca842adc7dbb64e0c3c10fd579 (diff) | |
download | aur-9781b4c3e8f08327a12b3dffb48d6b4a81719a15.tar.gz |
update dependency
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = zeit-git pkgdesc = Qt frontend to crontab - pkgver = 0.6.0.r0.gc80c6d2 + pkgver = 0.6.0.r9.g33085ca pkgrel = 1 url = https://github.com/loimu/zeit arch = x86_64 @@ -11,7 +11,7 @@ pkgbase = zeit-git makedepends = qt5-tools depends = cron depends = hicolor-icon-theme - depends = kauth + depends = kauth5 provides = zeit conflicts = zeit source = git+https://github.com/loimu/zeit.git @@ -3,13 +3,13 @@ _pkgname='zeit' pkgname="${_pkgname}-git" -pkgver=0.6.0.r0.gc80c6d2 +pkgver=0.6.0.r9.g33085ca pkgrel=1 pkgdesc='Qt frontend to crontab' arch=('x86_64') url='https://github.com/loimu/zeit' license=('GPL3') -depends=('cron' 'hicolor-icon-theme' 'kauth') +depends=('cron' 'hicolor-icon-theme' 'kauth5') makedepends=('extra-cmake-modules' 'imagemagick' 'git' 'qt5-tools') provides=("${_pkgname}") conflicts=("${_pkgname}") |