summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Shparber2023-09-22 01:43:46 -0400
committerOleg Shparber2023-09-22 01:43:46 -0400
commit1b18022186ecc5cd3ff2ebf93c344dc76946a9b6 (patch)
tree0cca9fa17654be1322f89b58c32efb605c1fcb64
parenta54528309ba50a363eb8e55133e9fa510051a221 (diff)
downloadaur-1b18022186ecc5cd3ff2ebf93c344dc76946a9b6.tar.gz
Specify Git branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd28ce1185cf..b7c26bfba7a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = zeal-git
pkgdesc = A simple documentation browser
pkgver = 0.7.0.r0.g90ad776
- pkgrel = 1
+ pkgrel = 2
url = https://zealdocs.org/
arch = aarch64
arch = i686
@@ -15,7 +15,7 @@ pkgbase = zeal-git
depends = libarchive
depends = qt6-webengine
conflicts = zeal
- source = zeal::git+https://github.com/zealdocs/zeal
+ source = zeal::git+https://github.com/zealdocs/zeal#branch=main
sha1sums = SKIP
pkgname = zeal-git
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() {