summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--aurto.install1
3 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c48cad6d9032..639622393181 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurto
pkgdesc = An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils.
pkgver = 0.9.10
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alexheretic/aurto
install = aurto.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index db4c1de9c53e..3002f967a269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
pkgver=0.9.10
-pkgrel=1
+pkgrel=2
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
arch=('any')
url="https://github.com/alexheretic/aurto"
diff --git a/aurto.install b/aurto.install
index 9114d9756593..f991b5cfe533 100644
--- a/aurto.install
+++ b/aurto.install
@@ -57,6 +57,7 @@ pre_remove() {
echo 'aurto: Removing systemd timer update tasks' >&2
systemctl disable --now check-aurto-git-trigger.timer || true
systemctl disable --now update-aurto.timer || true
+ systemctl disable update-aurto-startup.timer || true
}
post_remove() {