summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-07-25 09:59:17 -0400
committerInori2017-07-25 09:59:17 -0400
commite2c36005bea5f0f10440afbc0ef32efa465c5940 (patch)
treeb0681932b17ccdaa507d1b339aabe66163d78a4e
parent600e4be3e3d9b71fe4ec0534f5b08ad53f468dc4 (diff)
downloadaur-e2c36005bea5f0f10440afbc0ef32efa465c5940.tar.gz
Prep v1.11.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2e3d6d52d8..f72af30b0c33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 1.10.1
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/inoriy/astra
arch = any
license = MIT
depends = ncurses
depends = perl
- source = https://github.com/inoriy/astra/archive/v1.10.1-1.tar.gz
- md5sums = ef803b361a5d3d9482171d52e8a50000
+ source = https://github.com/inoriy/astra/archive/v1.11.1-1.tar.gz
+ md5sums = adc3b4487876d90d1960cf635006c728
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index e63b767e6337..e7c88091564d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=1.10.1
+pkgver=1.11.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=('ef803b361a5d3d9482171d52e8a50000')
+md5sums=('adc3b4487876d90d1960cf635006c728')
arch=("any")
depends=("ncurses" "perl")