summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-07-25 15:01:33 -0400
committerInori2017-07-25 15:01:33 -0400
commitc91491f43157d28773a4eb9d17ef192f2a9eb353 (patch)
tree9d855b5e30c66aff32eabd9e022a97adb6567870
parentd339c9eb4362eed9fe20de37b80c5969e8caee74 (diff)
downloadaur-c91491f43157d28773a4eb9d17ef192f2a9eb353.tar.gz
Prep v2.3.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb1884dbf98..7c388d3fcf58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/inoriy/astra
arch = any
license = MIT
depends = ncurses
depends = perl
- source = https://github.com/inoriy/astra/archive/v2.3.1-1.tar.gz
- md5sums = ee1bb660bb35581cb63f653eff2b637b
+ source = https://github.com/inoriy/astra/archive/v2.3.2-1.tar.gz
+ md5sums = 5d14c38047a5c1f5f6393427ba6f1162
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index a8f372ced3f0..c7f677d19c0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=2.3.1
+pkgver=2.3.2
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=('ee1bb660bb35581cb63f653eff2b637b')
+md5sums=('5d14c38047a5c1f5f6393427ba6f1162')
arch=("any")
depends=("ncurses" "perl")