summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2024-03-20 15:00:07 +0100
committerbartus2024-03-20 15:00:07 +0100
commitd7820094bfd1303e765d316b09bb4a82c8fd0f2f (patch)
treed352bc3da5b504fbb493b101f8eec44fd383e2de
parent98aa585d07d044fa8f54e5e911cbf6de706d4094 (diff)
downloadaur-d7820094bfd1303e765d316b09bb4a82c8fd0f2f.tar.gz
Switch git branch to `main`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f6ef6c7c194..f76c3e0c1190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = draco-git
makedepends = cmake
makedepends = git
depends = gcc-libs
- source = git+https://github.com/google/draco.git
+ source = git+https://github.com/google/draco.git#branch=main
sha256sums = SKIP
pkgname = draco-git
diff --git a/PKGBUILD b/PKGBUILD
index 30b80a7a58bb..428752653cea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://google.github.io/draco/"
license=('Apache')
makedepends=('cmake' 'git')
depends=(gcc-libs)
-source=("git+https://github.com/google/draco.git")
+source=("git+https://github.com/google/draco.git#branch=main")
sha256sums=('SKIP')
pkgver() {