summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Butler2018-06-01 14:45:50 +0100
committerAlex Butler2018-06-01 14:45:50 +0100
commita8ddece25bd4d03df83fac8a1c8440f5c81698f7 (patch)
tree785676b11553198726ca77f758acd96e0a554541
parentb08a8990ebc57e54483b6db901de2c73f55544cb (diff)
downloadaur-a8ddece25bd4d03df83fac8a1c8440f5c81698f7.tar.gz
0.7.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f0d300973b4..02e96b841483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aurto
pkgdesc = A simple aur tool for managing a local 'aurto' repository
- pkgver = 0.7
- pkgrel = 2
+ pkgver = 0.7.1
+ pkgrel = 1
url = https://github.com/alexheretic/aurto
install = aurto.install
arch = any
@@ -15,8 +15,8 @@ pkgbase = aurto
depends = curl
backup = usr/lib/systemd/system/check-aurto-git-trigger.timer
backup = usr/lib/systemd/system/update-aurto.timer
- source = https://github.com/alexheretic/aurto/archive/v0.7.tar.gz
- sha256sums = 77c01dc4d119b9bd7476f68507df8023a51ab0b059c9bb379fecafc2542b880f
+ source = https://github.com/alexheretic/aurto/archive/v0.7.1.tar.gz
+ sha256sums = 81333ed420847803c9f052163e5189b357aa027ff9240906bdecafd501d6c2b3
pkgname = aurto
diff --git a/PKGBUILD b/PKGBUILD
index 6712d5ea7231..be3dff2ba406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex Butler <alexheretic@gmail.com>
pkgname=aurto
-pkgver=0.7
-pkgrel=2
+pkgver=0.7.1
+pkgrel=1
pkgdesc="A simple aur tool for managing a local 'aurto' repository"
arch=('any')
url="https://github.com/alexheretic/aurto"
@@ -16,7 +16,7 @@ optdepends=()
makedepends=('cargo')
install="aurto.install"
source=("https://github.com/alexheretic/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('77c01dc4d119b9bd7476f68507df8023a51ab0b059c9bb379fecafc2542b880f')
+sha256sums=('81333ed420847803c9f052163e5189b357aa027ff9240906bdecafd501d6c2b3')
backup=('usr/lib/systemd/system/check-aurto-git-trigger.timer'
'usr/lib/systemd/system/update-aurto.timer')