summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMayorBender2022-07-13 01:08:00 -0400
committerMayorBender2022-07-13 01:08:00 -0400
commita754219d72db54113d9ff4894f44e6312ec53fb7 (patch)
tree3120dfde6c6cc6eb571bbd28c80d0279ecb3887a
parentd0c20809fbd7216bb0d4d4ebf4f26eb7c1c97efd (diff)
downloadaur-a754219d72db54113d9ff4894f44e6312ec53fb7.tar.gz
Update default git branch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ade4f74b1481..75b980d6c957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcs50-git
pkgdesc = CS50 Library for C (development version)
- pkgver = 10.1.0.r0.gb5d03d3
+ pkgver = 10.1.0.r40.gb9f4bd7
pkgrel = 1
url = https://github.com/cs50/libcs50
arch = x86_64
@@ -11,10 +11,9 @@ pkgbase = libcs50-git
makedepends = git
provides = libcs50
conflicts = libcs50
- source = git+https://github.com/cs50/libcs50.git#branch=master
+ source = git+https://github.com/cs50/libcs50.git#branch=main
source = Makefile.patch
sha256sums = SKIP
sha256sums = 4a10efd4f4f6b6bb18152a4f28497f7f8562aaa5aaf50c401d308827b922ef3f
pkgname = libcs50-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 937beb1828ef..0eeafa1d8011 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='libcs50-git'
_gitname='libcs50'
-pkgver=10.1.0.r0.gb5d03d3
+pkgver=10.1.0.r40.gb9f4bd7
pkgrel=1
pkgdesc="CS50 Library for C (development version)"
arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@ makedepends=('asciidoctor' 'git')
provides=("${_gitname}")
conflicts=("${_gitname}")
source=(
- 'git+https://github.com/cs50/libcs50.git#branch=master'
+ 'git+https://github.com/cs50/libcs50.git#branch=main'
'Makefile.patch'
)
sha256sums=(