summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-07-24 12:50:55 -0400
committerInori2017-07-24 12:50:55 -0400
commitdbc3c9268655d2506b667f3faf67efff4a99bb01 (patch)
tree97413ef1f235d94a9f75be45fdd97bb1e990dc41
parentda60f2c74bf5db3fe1aaf08eb867a135251a4231 (diff)
downloadaur-dbc3c9268655d2506b667f3faf67efff4a99bb01.tar.gz
Prep v1.6.2-6
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a44ca7efc6bb..b4ce1f81f764 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
pkgver = 1.6.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/inoriy/astra
arch = any
license = MIT
depends = ncurses
depends = perl
- source = https://github.com/inoriy/astra/archive/v1.6.2-5.tar.gz
+ source = https://github.com/inoriy/astra/archive/v1.6.2-6.tar.gz
+ md5sums = d075b19294425489c150a7bd25cb1f29
pkgname = astra
diff --git a/PKGBUILD b/PKGBUILD
index 57595a71ce21..521c670ab3ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
pkgver=1.6.2
-pkgrel=5
+pkgrel=6
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=("")
+md5sums=("d075b19294425489c150a7bd25cb1f29")
arch=("any")
depends=("ncurses" "perl")