summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorInori2017-07-24 11:11:35 -0400
committerInori2017-07-24 11:11:35 -0400
commitb495f02645e6a13ff85b10d0153f5bf162ea529e (patch)
tree117b93e740216ba2d75d743626e2ef6d7130406d
parentc0d886fb1c45b19b75c92e2a2f7608cc85192cf7 (diff)
downloadaur-b495f02645e6a13ff85b10d0153f5bf162ea529e.tar.gz
Prep v1.5.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--1.4.15-1.tar.gzbin5728 -> 0 bytes
-rw-r--r--PKGBUILD6
4 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7721d4faaa1..124844f40bc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = astra
pkgdesc = VC/PM identifiers for bash
- pkgver = 1.4.15
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/inoriy/astra
arch = any
license = MIT
depends = ncurses
depends = perl
- source = 1.4.15-1.tar.gz
- md5sums = 00c148c1464373e3414e981b3a297329
+ source = https://github.com/inoriy/astra/archive/v1.5.0-1.tar.gz
+ md5sums = 9c048177e1f65b93341f6d129d1f6249
pkgname = astra
diff --git a/.gitignore b/.gitignore
index 9d982c9aff95..60cc594d0f0b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
+*.tar.[gx]z
src
pkg
diff --git a/1.4.15-1.tar.gz b/1.4.15-1.tar.gz
deleted file mode 100644
index a532ce3d9409..000000000000
--- a/1.4.15-1.tar.gz
+++ /dev/null
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index bd12127aad66..a23bb6e6f976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: inori <github.com/inoriy>
pkgname=astra
-pkgver=1.4.15
+pkgver=1.5.0
pkgrel=1
pkgdesc="VC/PM identifiers for bash"
url="https://github.com/inoriy/astra"
license=("MIT")
-source=("$pkgver-$pkgrel.tar.gz")
-md5sums=("00c148c1464373e3414e981b3a297329")
+source=("https://github.com/inoriy/astra/archive/v$pkgver-$pkgrel.tar.gz")
+md5sums=("9c048177e1f65b93341f6d129d1f6249")
arch=("any")
depends=("ncurses" "perl")