summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2018-12-30 18:50:08 +0100
committerSefa Eyeoglu2018-12-30 18:50:08 +0100
commita851cfb2fc219b3d223ea4c3406e6384d51c9b84 (patch)
tree00b59669585cc198482db4177fe0ead4cc581413
parent2a680dc350f8b725a0dfa2ed1fddb43386bd1304 (diff)
downloadaur-a851cfb2fc219b3d223ea4c3406e6384d51c9b84.tar.gz
upgpkg: fisher-git 3.1.1.r6.g8da5f95-2
Move to 3.2.0 branch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6928977ac16..0e1548691364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fisher-git
pkgdesc = A blazing fast, modern plugin manager for fish
- pkgver = 3.1.1.r2.ga8d7fb7
- pkgrel = 1
+ pkgver = 3.1.1.r6.g8da5f95
+ pkgrel = 2
url = https://github.com/jorgebucaran/fisher
install = fisher-git.install
arch = any
@@ -13,7 +13,7 @@ pkgbase = fisher-git
conflicts = fisherman
conflicts = fisherman-git
conflicts = fisher
- source = git+https://github.com/jorgebucaran/fisher.git
+ source = git+https://github.com/jorgebucaran/fisher.git#branch=3.2.0
sha512sums = SKIP
pkgname = fisher-git
diff --git a/PKGBUILD b/PKGBUILD
index 9823a3ff58f5..213768700848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
# Maintainer: Sefa Eyeoglu <contact@scrumplex.net>
# Contributor: Daniel Maslowski <info@orangecms.org>
+_branch=3.2.0
+
pkgname=fisher-git
-pkgver=3.1.1.r2.ga8d7fb7
-pkgrel=1
+pkgver=3.1.1.r6.g8da5f95
+pkgrel=2
pkgdesc="A blazing fast, modern plugin manager for fish"
arch=("any")
url="https://github.com/jorgebucaran/fisher"
@@ -13,7 +15,7 @@ makedepends=("git")
conflicts=("fisherman" "fisherman-git" "fisher")
install=fisher-git.install
source=(
- "git+https://github.com/jorgebucaran/fisher.git"
+ "git+https://github.com/jorgebucaran/fisher.git#branch=${_branch}"
)
sha512sums=(
"SKIP"