summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-07-24 12:57:41 -0400
committerInori2017-07-24 12:57:41 -0400
commitc70eaba8be08db2bba88bf9b230008bd9442bb72 (patch)
tree3c0ca932575968bcd3816a2a335c4dc1e7382648
parentdbc3c9268655d2506b667f3faf67efff4a99bb01 (diff)
downloadaur-c70eaba8be08db2bba88bf9b230008bd9442bb72.tar.gz
Prep v1.6.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4ce1f81f764..539537602ec0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 1.6.2
- pkgrel = 6
+ pkgver = 1.6.4
+ pkgrel = 1
url = https://github.com/inoriy/astra
arch = any
license = MIT
depends = ncurses
depends = perl
- source = https://github.com/inoriy/astra/archive/v1.6.2-6.tar.gz
- md5sums = d075b19294425489c150a7bd25cb1f29
+ source = https://github.com/inoriy/astra/archive/v1.6.4-1.tar.gz
+ md5sums = edf80054928c05eeeaec77fc9556211c
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index 521c670ab3ae..1fc3ce2f563f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=1.6.2
-pkgrel=6
+pkgver=1.6.4
+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=("d075b19294425489c150a7bd25cb1f29")
+md5sums=('edf80054928c05eeeaec77fc9556211c')
arch=("any")
depends=("ncurses" "perl")