summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Rabert2019-06-16 03:12:01 -0400
committerAndrew Rabert2019-06-16 03:12:01 -0400
commitf1f88997c7068f58da05a6741727fd0f985769a3 (patch)
tree0917f29d2af1879988468cf5ed423a5625157821
parent397ef00eba10a0ff79bc10bae365aafebcb2cb49 (diff)
downloadaur-f1f88997c7068f58da05a6741727fd0f985769a3.tar.gz
Fix entrypoint
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2c16ba43b37..c22b404379c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = linode-dynamic-dns
pkgdesc = Update Linode DNS records to point to local IPv4 and IPv6 addresses.
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nvllsvm/linode-dynamic-dns
arch = any
depends = python>=3.6
+ depends = python-setuptools
source = https://files.pythonhosted.org/packages/source/l/linode-dynamic-dns/linode-dynamic-dns-0.6.0.tar.gz
sha256sums = 29695535f462cf796f41f420c34230491201cf0674cd385d69b000d92c49f9ce
diff --git a/PKGBUILD b/PKGBUILD
index 5ebf20ad8d56..f93c04c99532 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgbase=linode-dynamic-dns
pkgname='linode-dynamic-dns'
pkgver=0.6.0
_srcname="${pkgname}-${pkgver}"
-pkgrel=1
+pkgrel=2
pkgdesc="Update Linode DNS records to point to local IPv4 and IPv6 addresses."
arch=('any')
url="https://github.com/nvllsvm/linode-dynamic-dns"
-depends=('python>=3.6')
+depends=('python>=3.6' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${_srcname}.tar.gz")
sha256sums=('29695535f462cf796f41f420c34230491201cf0674cd385d69b000d92c49f9ce')