summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-06-27 19:54:42 +0200
committerkleintux2022-06-27 19:54:42 +0200
commit5d6fbeba6bd4c8ca842adc7dbb64e0c3c10fd579 (patch)
treefa201eefd50ad15962d0611c6e435cb3b50176fb
parentee25cb2cba14f5e7a4e084a18843955b15754e91 (diff)
downloadaur-5d6fbeba6bd4c8ca842adc7dbb64e0c3c10fd579.tar.gz
adopted. cron to dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44cd2b215bef..b58cdb408fc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = zeit-git
pkgdesc = Qt frontend to crontab
- pkgver = 0.5.0.r16.gdfcc5f9
+ pkgver = 0.6.0.r0.gc80c6d2
pkgrel = 1
url = https://github.com/loimu/zeit
arch = x86_64
license = GPL3
- makedepends = cron
makedepends = extra-cmake-modules
makedepends = imagemagick
makedepends = git
makedepends = qt5-tools
+ depends = cron
depends = hicolor-icon-theme
depends = kauth
provides = zeit
@@ -18,4 +18,3 @@ pkgbase = zeit-git
sha256sums = SKIP
pkgname = zeit-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6e76a07aace2..c227e76243a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
_pkgname='zeit'
pkgname="${_pkgname}-git"
-pkgver=0.5.0.r16.gdfcc5f9
+pkgver=0.6.0.r0.gc80c6d2
pkgrel=1
pkgdesc='Qt frontend to crontab'
arch=('x86_64')
url='https://github.com/loimu/zeit'
license=('GPL3')
-depends=('hicolor-icon-theme' 'kauth')
-makedepends=('cron' 'extra-cmake-modules' 'imagemagick' 'git' 'qt5-tools')
+depends=('cron' 'hicolor-icon-theme' 'kauth')
+makedepends=('extra-cmake-modules' 'imagemagick' 'git' 'qt5-tools')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("git+${url}.git")