summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom van der Lee2015-12-29 15:58:29 +0100
committerTom van der Lee2015-12-29 15:58:29 +0100
commitc35e0c53536772000bb0131273a302ac82c973ce (patch)
tree58bf79af3b5246431a67f5ccbeede6fa2a06fdbe /PKGBUILD
parentcbb7bb15919477ec6c400a51c7227358afe7dd95 (diff)
downloadaur-c35e0c53536772000bb0131273a302ac82c973ce.tar.gz
Added backup for acts.timer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6af31b40ea6d..091d5f0eea89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom van der Lee <t0m.vd.l33@gmail.com>
pkgname=acts
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Another Calendar-based Tarsnap Script"
arch=("any")
url="https://github.com/alexjurkiewicz/acts"
@@ -10,6 +10,7 @@ conflicts=("acts-git")
depends=("tarsnap"
"coreutils"
"util-linux")
+backup=("usr/lib/systemd/system/acts.timer")
install=$pkgname.install
source=(https://github.com/alexjurkiewicz/acts/archive/$pkgver.tar.gz)
md5sums=('708aedfc7d37212a4bf825192e6494c7')