summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpyamsoft2020-06-13 22:26:25 -0700
committerpyamsoft2020-06-13 22:26:25 -0700
commit5824f527368141b512b117e4ab3219139e341f60 (patch)
tree1ac4f96243d704ea7f5b0cd0982cf96a5747f819
parentff3fb951d62c2d8ae378f8218571eb3563f5ef02 (diff)
downloadaur-5824f527368141b512b117e4ab3219139e341f60.tar.gz
Update branch url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 084940218ea5..c84d217beba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = update-hosts-git
pkgdesc = Generate a hosts file based on multiple sources (git)
- pkgver = r334.78c836c
+ pkgver = r364.16dbd0f
pkgrel = 1
url = https://github.com/pyamsoft/update-hosts.git
arch = any
@@ -12,7 +12,7 @@ pkgbase = update-hosts-git
optdepends = ipset: Parse ip address sets as an extra blocklist
provides = update-hosts
conflicts = update-hosts
- source = update-hosts::git+https://github.com/pyamsoft/update-hosts.git#branch=master
+ source = update-hosts::git+https://github.com/pyamsoft/update-hosts.git#branch=main
sha256sums = SKIP
pkgname = update-hosts-git
diff --git a/PKGBUILD b/PKGBUILD
index edd2b71e9f8e..61b2affec130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=update-hosts-git
# shellcheck disable=SC2034
pkgdesc="Generate a hosts file based on multiple sources (git)"
# shellcheck disable=SC2034
-pkgver=r334.78c836c
+pkgver=r364.16dbd0f
# shellcheck disable=SC2034
pkgrel=1
# shellcheck disable=SC2034
@@ -39,7 +39,7 @@ url="https://github.com/pyamsoft/update-hosts.git"
# shellcheck disable=SC2034
sha256sums=('SKIP')
# shellcheck disable=SC2034
-source=("${_gitname}::git+${url}#branch=master")
+source=("${_gitname}::git+${url}#branch=main")
###############################################################################