summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaijian2021-02-24 10:34:56 +0100
committerTaijian2021-02-24 10:34:56 +0100
commit8f9b0c8a7567695e32dc91780c27ebe09c30d14b (patch)
tree7d4cad5f4e924d00ee220c1a3d4add18dc642d7d /PKGBUILD
parent210aef4d5aa4e0557f2e79f367b3b0c46a01fb4b (diff)
downloadaur-8f9b0c8a7567695e32dc91780c27ebe09c30d14b.tar.gz
try fixing build error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b5dbf905859..2429caca962e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=dyndnsc-git
_pkgbase=python-dyndnsc
-pkgver=0.5.1.r24.g59ef5f9
+pkgver=0.6.0.r2.g539eb97
pkgrel=1
pkgdesc="Dynamic DNS client with support for multiple protocols and services. Compatible with IPv6 dual stack. Git version"
arch=('any')
url="https://pypi.org/project/dyndnsc"
license=('MIT')
depends=('python-requests' 'python-setuptools' 'python-netifaces' 'python-dnspython' 'python-daemonocle')
-makedepends=('git')
+makedepends=('git' 'python-pip')
provides=('dyndnsc')
conflicts=('dyndnsc')
source=("git+https://github.com/infothrill/python-dyndnsc.git"