summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelton Reis2021-12-21 19:50:28 -0300
committerHelton Reis2021-12-21 19:50:28 -0300
commit11dfbfb41b953c315e83a9107258daf5e5486896 (patch)
tree9d3a64fe80999896a79d27a542cdd60fbb75926f
parentd08e6c7eb34df1a9812aea4c48da42b8ac79a002 (diff)
downloadaur-11dfbfb41b953c315e83a9107258daf5e5486896.tar.gz
[chore]{!!!} Bump version to 2.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 015e61e8decf..89759e4b3852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitgudcli-git
pkgdesc = An easy to use CLI for the GitGud modular Git model.
- pkgver = 2.0.0.r3.g0fc86a6
+ pkgver = 2.1.0.r0.g76ced69
pkgrel = 1
url = https://github.com/HRKings/gitgud-cli.git
arch = any
@@ -8,7 +8,7 @@ pkgbase = gitgudcli-git
makedepends = git
makedepends = go
provides = gitgudcli
- source = git+https://github.com/HRKings/gitgud-cli.git
+ source = git+https://github.com/HRKings/gitgud-cli.git#branch=stable
md5sums = SKIP
pkgname = gitgudcli-git
diff --git a/PKGBUILD b/PKGBUILD
index 332dbabe6c02..c2224136e477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HRKings <hrkings@***.com>
pkgname=gitgudcli-git
_pkgname=gitgud-cli
-pkgver=2.0.0.r3.g0fc86a6
+pkgver=2.1.0.r0.g76ced69
pkgrel=1
pkgdesc="An easy to use CLI for the GitGud modular Git model."
arch=(any)
@@ -9,7 +9,7 @@ url="https://github.com/HRKings/gitgud-cli.git"
license=('unknown')
makedepends=('git' 'go')
provides=(gitgudcli)
-source=("git+${url}")
+source=("git+${url}#branch=stable")
md5sums=('SKIP')
pkgver() {
@@ -20,9 +20,6 @@ pkgver() {
build() {
cd "${_pkgname}"
- # Move to the stable branch
- git checkout stable
-
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"