summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8eb8cc63db42..7004afc8e35e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
pkgname="ddnsc"
pkgdesc="A simple & lightweight client to update DNS dynamically."
-pkgver=2.2.0
-pkgrel=4
+pkgver=2.3.0
+pkgrel=1
arch=("any")
-license=('GPL3')
+license=("GPL3")
url="https://github.com/shyaminayesh/$pkgname"
source=("$url/archive/v$pkgver.tar.gz")
-backup=('etc/ddnsc/ddnsc.conf')
+backup=("etc/ddnsc/ddnsc.conf")
depends=("python>=3" "python-systemd" "python-requests")
-sha256sums=("3ebd6882a7cd3afa489d5d5eccdb096f1f7a6fe98e6f4fd6a35968d98186c7fb")
-validpgpkeys=('202164AC7B099EC3C4ECD161FC3F05FA01F8DD0E')
+sha256sums=("f2f55de04b08a767eaa1f2c50a797606f8b21f4c5de5334e314530cd521f8954")
package() {