summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOleg Shparber2023-09-22 01:43:46 -0400
committerOleg Shparber2023-09-22 01:43:46 -0400
commit1b18022186ecc5cd3ff2ebf93c344dc76946a9b6 (patch)
tree0cca9fa17654be1322f89b58c32efb605c1fcb64 /PKGBUILD
parenta54528309ba50a363eb8e55133e9fa510051a221 (diff)
downloadaur-1b18022186ecc5cd3ff2ebf93c344dc76946a9b6.tar.gz
Specify Git branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7a8e0c3f911..ce8f2b149a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _builddir=build
pkgname=${_appname}-git
pkgver=0.7.0.r0.g90ad776
-pkgrel=1
+pkgrel=2
pkgdesc="A simple documentation browser"
arch=('aarch64' 'i686' 'x86_64')
url="https://zealdocs.org/"
@@ -13,7 +13,7 @@ license=('GPL3')
depends=('hicolor-icon-theme' 'libarchive' 'qt6-webengine')
makedepends=('cmake' 'extra-cmake-modules' 'git' 'ninja')
conflicts=(${_appname})
-source=("${_appname}::git+https://github.com/zealdocs/${_appname}")
+source=("${_appname}::git+https://github.com/zealdocs/${_appname}#branch=main")
sha1sums=('SKIP')
pkgver() {