summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Butler2020-10-10 17:05:10 +0100
committerAlex Butler2020-10-10 17:05:10 +0100
commit377de8844751ef503ab16e3665245cd60ae62f6f (patch)
tree9611b16502dae35ae9f9823ee252db94818fe609 /PKGBUILD
parente6007f463cccbd408250186d4d18d4a27386edca (diff)
downloadaur-377de8844751ef503ab16e3665245cd60ae62f6f.tar.gz
0.10.1-1
install no longer performs auto cleanup, only warns why pacman will be broken
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1a66f697347..2d0fb8cf93d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
arch=('any')
@@ -18,7 +18,7 @@ optdepends=()
makedepends=('cargo')
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('136955537ff2847e18c49bfece5dfe0041f85e87134470c49a98aaabbb405d7d')
+sha256sums=('67da7661e9aaeea0f39d725be8c42b4c006541307110d1f47c376e23859fefd4')
backup=('usr/lib/systemd/system/check-aurto-git-trigger.timer'
'usr/lib/systemd/system/update-aurto.timer'
'usr/lib/systemd/system/update-aurto-startup.timer'