summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-08-21 16:15:47 -0400
committerInori2017-08-21 16:15:47 -0400
commitdeeb3bc4d1f7f0c7bb9468439f6c375a4199156e (patch)
treee1c63f0926d7ddd71e93226f1b7f3d336c0bdf10
parentbad65ef5379a80da1267d097194b276e1e0a1b0e (diff)
downloadaur-deeb3bc4d1f7f0c7bb9468439f6c375a4199156e.tar.gz
Prep v2.9.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1cd184cbeaf..657855111f9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 2.9.1
+ pkgver = 2.9.2
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.1-1.tar.gz
- md5sums = eda4c1aec86173b851c767b6cecfd61c
+ source = https://github.com/inoriy/astra/archive/v2.9.2-1.tar.gz
+ md5sums = 050a3fd026b28104778bfdc9ecbc77d9
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index 38c5fb9c92e6..9797c8e25823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=2.9.1
+pkgver=2.9.2
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=('eda4c1aec86173b851c767b6cecfd61c')
+md5sums=('050a3fd026b28104778bfdc9ecbc77d9')
arch=("any")
depends=("glibc" "perl")