summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Butler2020-10-09 09:49:48 +0100
committerAlex Butler2020-10-09 09:49:48 +0100
commite6007f463cccbd408250186d4d18d4a27386edca (patch)
treecb0dcf181cd938f435424ba5e3f1f8c3bfc6b82a /PKGBUILD
parent3ba1afb7bb92deb21cdecddbf5383ea04fd4aac1 (diff)
downloadaur-e6007f463cccbd408250186d4d18d4a27386edca.tar.gz
0.10.0-1
Remove installation script logic, replaced by `aurto init` Add dependency less
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3002f967a269..c1a66f697347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.9.10
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
arch=('any')
url="https://github.com/alexheretic/aurto"
@@ -12,14 +12,16 @@ depends=('aurutils'
'pacutils'
'pacman-contrib'
'curl'
+ 'less'
'sudo')
optdepends=()
makedepends=('cargo')
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('14626c27c63f68da11945d8d2da8cbea2201dffa065fe3111df642baf62c6489')
+sha256sums=('136955537ff2847e18c49bfece5dfe0041f85e87134470c49a98aaabbb405d7d')
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'
'etc/aurto/makepkg-chroot.conf')
build() {