summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Gravier2018-05-07 11:12:16 -0400
committerKevin Gravier2018-05-07 11:12:16 -0400
commit4ad544dafb3e7654ecd2177456685326889bad12 (patch)
tree154ccab265ef18bbd19dced8091a038fc5de5b25
parenta1038b97b3517a74147416ad9676d606a59ea491 (diff)
downloadaur-git-stream-git.tar.gz
Release 0.8.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54e927e148f3..4cfbe0f27d47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-stream-git
pkgdesc = A git flow replacement with a single branch model
- pkgver = 0.7.2.r1.g319e966
+ pkgver = 0.8.0.r1.0ceb68d
pkgrel = 1
url = https://github.com/mrkmg/git-stream
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ab8d086af356..30cc41c32f75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Kevin Gravier
pkgname=git-stream-git
-pkgver=0.7.2.r1.319e966
+pkgver=0.8.0.r1.0ceb68d
pkgrel=1
pkgdesc="A git flow replacement with a single branch model"
arch=(any)
@@ -10,7 +10,7 @@ groups=()
depends=('git')
makedepends=()
provides=(git-stream)
-realver=v0.7.2
+realver=v0.8.0
source=(git-stream::git+https://github.com/mrkmg/git-stream.git)
md5sums=('SKIP')
@@ -22,7 +22,7 @@ prepare() {
git submodule update --init --recursive
}
-build() {
+check() {
cd git-stream
make test
}
@@ -30,6 +30,8 @@ build() {
package() {
cd git-stream
PREFIX=$pkgdir/usr make install
+ install -m 0644 -D ./support/git-stream-completion.bash $pkgdir/etc/bash_completion.d/git-stream
+ install -m 0644 -D ./support/git-stream-completion.zsh $pkgdir/usr/share/zsh/site-functions/_git-stream
}
pkgver() {