summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot]2023-11-11 21:28:51 +0000
committergithub-actions[bot]2023-11-11 21:28:51 +0000
commitb7f689b6e39562d6c60f463dc2fb8730d9a4d49c (patch)
treec10d3d606efac4474d2c1fb4958922a003443b84
parente7932ea4dd738dfea23603e68a6d2e663d327d87 (diff)
downloadaur-b7f689b6e39562d6c60f463dc2fb8730d9a4d49c.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11873a9e853e..7e359aaff01e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloudflare-dynamic-dns
pkgdesc = Updates AAAA records at Cloudflare according to the current IPv6 address
pkgver = 2.3.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/zebradil/cloudflare-dynamic-dns
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6707393d7790..5949ecab4d9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,20 +5,13 @@
# shellcheck disable=SC2034,SC2154
pkgname=cloudflare-dynamic-dns
pkgver=2.3.2
-pkgrel=4
+pkgrel=5
pkgdesc="Updates AAAA records at Cloudflare according to the current IPv6 address"
url="https://github.com/zebradil/cloudflare-dynamic-dns"
arch=(any)
license=(MIT)
-groups=()
-backup=()
-depends=()
makedepends=(go)
-checkdepends=()
-optdepends=()
-conflicts=()
provides=(cloudflare-dynamic-dns)
-replaces=()
source=(cloudflare-dynamic-dns-2.3.2::https://github.com/zebradil/cloudflare-dynamic-dns/archive/2.3.2.tar.gz)
sha256sums=('2282185f9e9279425e1cedc3ea4fc271bfdf178f5f07154ea1f7123e1ce251a4')
prepare ()