summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-07-25 10:01:59 -0400
committerInori2017-07-25 10:01:59 -0400
commit5c214e93d858174ba56af8d033cd8bd48a57a3f1 (patch)
tree25b298a8151c5d7c1f4eaf7898c0c13443a43e0b
parente2c36005bea5f0f10440afbc0ef32efa465c5940 (diff)
downloadaur-5c214e93d858174ba56af8d033cd8bd48a57a3f1.tar.gz
Prep v1.11.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f72af30b0c33..ba13525253a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 1.11.1
+ pkgver = 1.11.2
pkgrel = 1
url = https://github.com/inoriy/astra
arch = any
license = MIT
depends = ncurses
depends = perl
- source = https://github.com/inoriy/astra/archive/v1.11.1-1.tar.gz
- md5sums = adc3b4487876d90d1960cf635006c728
+ source = https://github.com/inoriy/astra/archive/v1.11.2-1.tar.gz
+ md5sums = 56c91965237ee2172d6334ec82ab634e
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index e7c88091564d..350a2da99d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=1.11.1
+pkgver=1.11.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=('adc3b4487876d90d1960cf635006c728')
+md5sums=('56c91965237ee2172d6334ec82ab634e')
arch=("any")
depends=("ncurses" "perl")