summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4aaa88e67aed..3204d27fd080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="A simple aur tool for managing a local 'aurto' repository"
arch=('any')
url="https://github.com/alexheretic/aurto"
license=('MIT')
-depends=('aurutils'
+depends=('aurutils<1.6.0'
'devtools'
'systemd'
'pacutils')
@@ -14,7 +14,7 @@ optdepends=()
makedepends=()
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('6ffda08ad1bea89ff9d6d6cc24d568b2045853e597b419c56232e71ad4972298')
+sha256sums=('90d31d41088f96e00ba2eb12cd8cc97cd6890234e58526dd86c409359abca0ba')
build() {
cd "$pkgname-$pkgver"