Make Arch PKGBUILD point to git master branch

This commit is contained in:
Rafał Dzięgiel
2021-02-04 16:35:53 +01:00
parent 26b5b0f1cb
commit 9b63d2e6a4
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ pkgbase = clapper-git
provides = clapper
conflicts = clapper
replaces = clapper
source = clapper::git+https://github.com/Rafostar/clapper.git#branch=gstplayer
source = clapper::git+https://github.com/Rafostar/clapper.git
md5sums = SKIP
pkgname = clapper-git

View File

@@ -47,7 +47,7 @@ optdepends=(
"gst-libav>=1.18.0: Popular video decoders"
"gstreamer-vaapi>=1.18.0: Intel/AMD video acceleration"
)
source=("${_basename}::git+https://github.com/Rafostar/${_basename}.git#branch=gstplayer")
source=("${_basename}::git+https://github.com/Rafostar/${_basename}.git")
provides=("${_basename}")
replaces=("${_basename}")
conflicts=("${_basename}")