summaryrefslogtreecommitdiff
path: root/pcr/mycron-git
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 21:05:16 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 21:05:16 +0100
commit4d9751f955ae58efedc4e32fcf1dfb35a8b713c5 (patch)
treee8b85c71dda0aa45800a20179acfc013a15f6a22 /pcr/mycron-git
parenta96aaa8bb7e1bb021fe8dee6b44f3aea790ede57 (diff)
pcr/mycron-git: bumped pkgrel and rebuilt
Diffstat (limited to 'pcr/mycron-git')
-rw-r--r--pcr/mycron-git/PKGBUILD17
1 files changed, 14 insertions, 3 deletions
diff --git a/pcr/mycron-git/PKGBUILD b/pcr/mycron-git/PKGBUILD
index 19fbd7bd5..8c6fc3581 100644
--- a/pcr/mycron-git/PKGBUILD
+++ b/pcr/mycron-git/PKGBUILD
@@ -1,11 +1,14 @@
+# Contributor (AUR): Dirk Sohler <spam@0x7be.de>
+# Maintainer (AUR): Dirk Sohler <spam@0x7be.de>
# Maintainer : Aurélien DESBRIÈRES <aurelien@hackers.camp>
-# Contributor: Dirk Sohler <spam@0x7be.de>
-# Contributor: Dirk Sohler <spam@0x7be.de>
+
+# parabola changes and rationale:
+# no changes.
pkgname=mycron-git
_gitname=mycron
pkgver=3.0
-pkgrel=2
+pkgrel=2.1
pkgdesc='A standards compliant and convenient cron service.'
url='https://dev.0x7be.de/mycron.html'
@@ -26,6 +29,14 @@ source=("git://github.com/dsohler/mycron.git#branch=$branch"
'mycron@.service')
+sha256sums=('SKIP'
+ 'ca698f40789a69f29ba16e058ae7232a13012c770294d95303babc1ba8d649ae'
+ '06e35678ce416e96f8aca6a9a54bdb89a899a4202d36b5b5580a3c91e03b879a'
+ '9f1673a4d60758fab889c9256afc74ba0fc6adc7775c69fedfd093d301b15fa0'
+ 'db6f060502d86bfe0cbc209da9bc255db4a213a444e98ac54977765b7c19dd9d'
+ '6299cd75c07916b5066c164dad59cdd4b1ad8c85fc4b629a8bf3a7587b8d3e02')
+
+
pkgver() {
cd "$srcdir/$_gitname"
echo $(sed -n "s/^progversion = '\(.*\)'/\1/p" mycron.py)