summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3204d27fd080..249dbd77b536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="A simple aur tool for managing a local 'aurto' repository"
arch=('any')
url="https://github.com/alexheretic/aurto"
@@ -14,7 +14,7 @@ optdepends=()
makedepends=()
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('90d31d41088f96e00ba2eb12cd8cc97cd6890234e58526dd86c409359abca0ba')
+sha256sums=('9b2983f4cae1176fe06b65d7c70d6fb430d986b7cc2d3deb05cb6b9278fa51ac')
build() {
cd "$pkgname-$pkgver"