summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-08-21 16:56:02 -0400
committerInori2017-08-21 16:56:02 -0400
commit59e7e8e24665a92d1496754b34d9fa9407f8373c (patch)
tree1c603b1ca20f7ba16cd5dd5bf5b1d93bfbdde06a
parentdeeb3bc4d1f7f0c7bb9468439f6c375a4199156e (diff)
downloadaur-59e7e8e24665a92d1496754b34d9fa9407f8373c.tar.gz
Prep v2.9.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 657855111f9c..affb082bc22c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 2.9.2
+ pkgver = 2.9.3
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.2-1.tar.gz
- md5sums = 050a3fd026b28104778bfdc9ecbc77d9
+ source = https://github.com/inoriy/astra/archive/v2.9.3-1.tar.gz
+ md5sums = 0c622f2a5dd14862d9766685a7eded65
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index 9797c8e25823..6732e1d0c4f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=2.9.2
+pkgver=2.9.3
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=('050a3fd026b28104778bfdc9ecbc77d9')
+md5sums=('0c622f2a5dd14862d9766685a7eded65')
arch=("any")
depends=("glibc" "perl")