summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Butler2022-03-12 11:44:21 +0000
committerAlex Butler2022-03-12 11:44:21 +0000
commit3822d91dcf9ff307beb2bedca061fc8051cf4c91 (patch)
tree281bd86fb1d0ede1d44f8f6050ec28a0f464f3e7 /PKGBUILD
parent5adf4b9795d27098501e8d080e6523befac5359a (diff)
downloadaur-3822d91dcf9ff307beb2bedca061fc8051cf4c91.tar.gz
0.12.0-1
Add ninja dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1b0e18bb91f..bc6a850a3cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.11.1
+pkgver=0.12.0
pkgrel=1
pkgdesc="An AUR tool for managing an auto-updating local 'aurto' package repository using aurutils."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -13,12 +13,13 @@ depends=('aurutils'
'pacman-contrib'
'curl'
'less'
- 'sudo')
+ 'sudo'
+ 'ninja')
optdepends=()
makedepends=('cargo')
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('208e4dfbfca01ca61b1cf4113d37f91e07d53829147764aa7189edefc57f67aa')
+sha256sums=('819894a052e98702106550ef57793adeccb627f0285ad408936eb554914e451e')
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'