summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-07-25 15:52:52 -0400
committerInori2017-07-25 15:52:52 -0400
commit349f19811cc53df028ef4948af650cb2f01f6666 (patch)
treeb6289e53ab64d48024bb4c677a38c745c19a1c8f
parentc274b45955e7dd7cb83ff56fa80593c900256958 (diff)
downloadaur-349f19811cc53df028ef4948af650cb2f01f6666.tar.gz
Prep v2.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd00b48af018..c983b1e4b64b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 2.3.3
+ pkgver = 2.4.0
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.3-1.tar.gz
- md5sums = 1839a988e16fecd5ac664026dc96200b
+ source = https://github.com/inoriy/astra/archive/v2.4.0-1.tar.gz
+ md5sums = 8e7e58d8cbb9dcb7ede0a99088004aa3
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index 7d6e614d763c..240894e2d188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=2.3.3
+pkgver=2.4.0
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=('1839a988e16fecd5ac664026dc96200b')
+md5sums=('8e7e58d8cbb9dcb7ede0a99088004aa3')
arch=("any")
depends=("ncurses" "perl")