summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlynix2019-04-12 13:19:55 +0200
committerlynix2019-04-12 13:19:55 +0200
commitddd42da4c2bfcf83943dbe9988cbd29315da4896 (patch)
treed5437390e3c3bf8a35b9dc29a7590507eb520b34
parent9acc4f0193e16a2984310b7a3d72d5ac0a2f568d (diff)
downloadaur-ddd42da4c2bfcf83943dbe9988cbd29315da4896.tar.gz
Upstream release: v1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 057a2051110e..222ccf3db150 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = checkrun.sh
pkgdesc = Cron-style mailing wrapper (not only) for systemd .timer units
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/lynix/checkrun.sh
arch = any
@@ -8,8 +8,8 @@ pkgbase = checkrun.sh
depends = bash
depends = coreutils
conflicts = checkrun.sh-git
- source = checkrun.sh-1.1.tar.gz::https://github.com/lynix/checkrun.sh/archive/v1.1.tar.gz
- md5sums = 1930aa27187ec83f28f168a5f991cd52
+ source = checkrun.sh-1.2.tar.gz::https://github.com/lynix/checkrun.sh/archive/v1.2.tar.gz
+ md5sums = f81bce65c8d5ebe885e2300abd4dc479
pkgname = checkrun.sh
diff --git a/PKGBUILD b/PKGBUILD
index 27466e66a0fd..5d4e4ce060d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: lynix <lynix47@gmail.com>
pkgname=checkrun.sh
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="Cron-style mailing wrapper (not only) for systemd .timer units"
url="https://github.com/lynix/checkrun.sh"
@@ -14,7 +14,7 @@ conflicts=( 'checkrun.sh-git' )
replaces=()
backup=()
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/lynix/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('1930aa27187ec83f28f168a5f991cd52')
+md5sums=('f81bce65c8d5ebe885e2300abd4dc479')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"