summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-02-19 16:05:02 +0100
committerFrederik “Freso” S. Olesen2019-02-19 16:05:02 +0100
commit3ee94674792e47fbbb37425546e6d2ad7f637d0a (patch)
tree142c2fee2a70585bb95009fe6f1c944739c38eea
parent98453fa62b9d2450b6dfd2509a81614d89652153 (diff)
downloadaur-3ee94674792e47fbbb37425546e6d2ad7f637d0a.tar.gz
Use the "develop" branch as basis for whipper-git
The "master" branch is now intended to always point to the latest release, so it doesn't make sense for VCS packages like this one to build off "master" anymore.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ab6c7f91876..1e9883485359 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = whipper-git
depends = sox
provides = whipper
conflicts = whipper
- source = git+https://github.com/whipper-team/whipper.git
+ source = git+https://github.com/whipper-team/whipper.git#branch=develop
md5sums = SKIP
pkgname = whipper-git
diff --git a/PKGBUILD b/PKGBUILD
index 4de6c6beaaa5..f0af60930619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ checkdepends=(
)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("git+${url}.git")
+source=("git+${url}.git#branch=develop")
md5sums=('SKIP')
pkgver() {