summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-11-11 21:06:23 +0000
committergithub-actions[bot]2023-11-11 21:06:23 +0000
commite7932ea4dd738dfea23603e68a6d2e663d327d87 (patch)
treeaa0e40bc5af982ee96da5fe627d1884417401360
parent12e56b78c251a2e7bc50322e2d55147684ff2f69 (diff)
downloadaur-e7932ea4dd738dfea23603e68a6d2e663d327d87.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d797a51a142..11873a9e853e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = cloudflare-dynamic-dns
pkgdesc = Updates AAAA records at Cloudflare according to the current IPv6 address
pkgver = 2.3.2
- pkgrel = 3
- url = https://github.com/Zebradil/cloudflare-dynamic-dns
+ pkgrel = 4
+ url = https://github.com/zebradil/cloudflare-dynamic-dns
arch = any
license = MIT
makedepends = go
diff --git a/PKGBUILD b/PKGBUILD
index cb987181f680..6707393d7790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# shellcheck disable=SC2034,SC2154
pkgname=cloudflare-dynamic-dns
pkgver=2.3.2
-pkgrel=3
+pkgrel=4
pkgdesc="Updates AAAA records at Cloudflare according to the current IPv6 address"
-url="https://github.com/Zebradil/cloudflare-dynamic-dns"
+url="https://github.com/zebradil/cloudflare-dynamic-dns"
arch=(any)
license=(MIT)
groups=()