summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-07-25 09:47:56 -0400
committerInori2017-07-25 09:47:56 -0400
commit600e4be3e3d9b71fe4ec0534f5b08ad53f468dc4 (patch)
treec27ad11cb2f750374eb6a207e338e55c5329a62b
parent0ef2471655a0d1de98e3c31b1a930c021a4a75af (diff)
downloadaur-600e4be3e3d9b71fe4ec0534f5b08ad53f468dc4.tar.gz
Prep v1.10.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a657efb718a..2f2e3d6d52d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 1.9.4
- pkgrel = 2
+ pkgver = 1.10.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.9.4-2.tar.gz
- md5sums = c4dfd7e9b6f1660d136220a6aa842abb
+ source = https://github.com/inoriy/astra/archive/v1.10.1-1.tar.gz
+ md5sums = ef803b361a5d3d9482171d52e8a50000
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index bc90950a2d3a..e63b767e6337 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=1.9.4
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
pkgdesc="VC/PM identifiers for bash"
url="https://github.com/inoriy/astra"
license=("MIT")
source=("https://github.com/inoriy/astra/archive/v$pkgver-$pkgrel.tar.gz")
-md5sums=('c4dfd7e9b6f1660d136220a6aa842abb')
+md5sums=('ef803b361a5d3d9482171d52e8a50000')
arch=("any")
depends=("ncurses" "perl")