summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-16 23:18:07 +0200
committerGoliathLabs2020-06-16 23:18:07 +0200
commitaaba6e03b7431abbf9a3c2f6c21603ab2522f16b (patch)
tree09c4534f75f0fff872366411cf8964c72b120d70
parent3075326039f2f43fcb13ab9a85a4470118d77c16 (diff)
downloadaur-aaba6e03b7431abbf9a3c2f6c21603ab2522f16b.tar.gz
Updated: 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2067b35b5648..59c7cbbf73bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = acts
pkgdesc = Another Calendar-based Tarsnap Script
- pkgver = 1.3
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/alexjurkiewicz/acts
install = acts.install
@@ -11,8 +11,8 @@ pkgbase = acts
depends = util-linux
conflicts = acts-git
backup = usr/lib/systemd/system/acts.timer
- source = https://github.com/alexjurkiewicz/acts/archive/1.3.tar.gz
- md5sums = 9156584c8cea3552658b3b255e9263bf
+ source = https://github.com/alexjurkiewicz/acts/archive/v1.4.1.tar.gz
+ sha256sums = 0c557a84ce2adecee96e3888f037ee2279a9546ee7f41bb87924c42f0ad8133c
pkgname = acts
diff --git a/PKGBUILD b/PKGBUILD
index 7a86bf2a99d1..214f536c6e55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
-# Maintainer: Tom van der Lee <t0m.vd.l33@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Tom van der Lee <t0m.vd.l33@gmail.com>
+
pkgname=acts
-pkgver=1.3
+pkgver=1.4.1
pkgrel=1
pkgdesc="Another Calendar-based Tarsnap Script"
arch=("any")
@@ -12,8 +14,8 @@ depends=("tarsnap"
"util-linux")
backup=("usr/lib/systemd/system/acts.timer")
install=$pkgname.install
-source=(https://github.com/alexjurkiewicz/acts/archive/$pkgver.tar.gz)
-md5sums=('9156584c8cea3552658b3b255e9263bf')
+source=(https://github.com/alexjurkiewicz/acts/archive/v$pkgver.tar.gz)
+sha256sums=('0c557a84ce2adecee96e3888f037ee2279a9546ee7f41bb87924c42f0ad8133c')
prepare() {
cd "$pkgname-$pkgver"