summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-08-01 13:47:47 -0400
committerInori2017-08-01 13:47:47 -0400
commitbad65ef5379a80da1267d097194b276e1e0a1b0e (patch)
treec068e62cb2b2306e158782bf2f8a55fa4bc0db98
parent9e0d29fa00c17ac31db010f75ae813a35d01c7cb (diff)
downloadaur-bad65ef5379a80da1267d097194b276e1e0a1b0e.tar.gz
Prep v2.9.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74df48d449b7..a1cd184cbeaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 2.9.0
+ pkgver = 2.9.1
pkgrel = 1
url = https://github.com/inoriy/astra
arch = any
license = GPL-3.0
depends = glibc
depends = perl
- source = https://github.com/inoriy/astra/archive/v2.9.0-1.tar.gz
- md5sums = 3154c9ffebe9129c4a730d765c4eb014
+ source = https://github.com/inoriy/astra/archive/v2.9.1-1.tar.gz
+ md5sums = eda4c1aec86173b851c767b6cecfd61c
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index 10ae15f3a324..38c5fb9c92e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=2.9.0
+pkgver=2.9.1
pkgrel=1
pkgdesc="VC/PM identifiers for bash"
@@ -8,7 +8,7 @@ url="https://github.com/inoriy/astra"
license=("GPL-3.0")
source=("https://github.com/inoriy/astra/archive/v$pkgver-$pkgrel.tar.gz")
-md5sums=('3154c9ffebe9129c4a730d765c4eb014')
+md5sums=('eda4c1aec86173b851c767b6cecfd61c')
arch=("any")
depends=("glibc" "perl")