summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2018-02-17 14:59:06 +0000
committerAlex Butler2018-02-17 14:59:06 +0000
commit23816408f51c95c018abdf2e82f63b3e4fe09dbc (patch)
treeef5b26bfc8f72000ffa08c986253f6cd15a89225
parent024af619a8bbdf17d8eb697dcb21296993ec6d09 (diff)
downloadaur-23816408f51c95c018abdf2e82f63b3e4fe09dbc.tar.gz
0.5.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9362306b5641..8ee8e9e3aa68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurto
pkgdesc = A simple aur tool for managing a local 'aurto' repository
- pkgver = 0.5
- pkgrel = 3
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://github.com/alexheretic/aurto
install = aurto.install
arch = any
@@ -10,8 +10,8 @@ pkgbase = aurto
depends = devtools
depends = systemd
depends = pacutils
- source = https://github.com/alexheretic/aurto/archive/v0.5.tar.gz
- sha256sums = 9c1ca86f20e30b1c083f79a6fe1fedcfdf039e332749eea16f38ee2491114058
+ source = https://github.com/alexheretic/aurto/archive/v0.5.1.tar.gz
+ sha256sums = 62eb616cc3b3433b33fdba088cb480b6c838883d06450fcd14240ba47c2c69a4
pkgname = aurto
diff --git a/PKGBUILD b/PKGBUILD
index 49a699b05b24..3b0e5c457639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.5
-pkgrel=3
+pkgver=0.5.1
+pkgrel=1
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=('9c1ca86f20e30b1c083f79a6fe1fedcfdf039e332749eea16f38ee2491114058')
+sha256sums=('62eb616cc3b3433b33fdba088cb480b6c838883d06450fcd14240ba47c2c69a4')
build() {
cd "$pkgname-$pkgver"