summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-07-25 14:45:58 -0400
committerInori2017-07-25 14:45:58 -0400
commitd339c9eb4362eed9fe20de37b80c5969e8caee74 (patch)
tree157e50db3abf39517186a2bbba54c48f9c201228
parent3ca8341af6784a03acc7becc56e9547359af82f7 (diff)
downloadaur-d339c9eb4362eed9fe20de37b80c5969e8caee74.tar.gz
Prep v2.3.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 829a4fc540e6..dbb1884dbf98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 2.2.3
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/inoriy/astra
arch = any
license = MIT
depends = ncurses
depends = perl
- source = https://github.com/inoriy/astra/archive/v2.2.3-1.tar.gz
- md5sums = c13f6fa910ea74f1acdea0383f153701
+ source = https://github.com/inoriy/astra/archive/v2.3.1-1.tar.gz
+ md5sums = ee1bb660bb35581cb63f653eff2b637b
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index 43a8027d5551..a8f372ced3f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=2.2.3
+pkgver=2.3.1
pkgrel=1
pkgdesc="VC/PM identifiers for bash"
@@ -8,7 +8,7 @@ url="https://github.com/inoriy/astra"
license=("MIT")
source=("https://github.com/inoriy/astra/archive/v$pkgver-$pkgrel.tar.gz")
-md5sums=('c13f6fa910ea74f1acdea0383f153701')
+md5sums=('ee1bb660bb35581cb63f653eff2b637b')
arch=("any")
depends=("ncurses" "perl")