summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaijian2021-02-24 10:34:56 +0100
committerTaijian2021-02-24 10:34:56 +0100
commit8f9b0c8a7567695e32dc91780c27ebe09c30d14b (patch)
tree7d4cad5f4e924d00ee220c1a3d4add18dc642d7d
parent210aef4d5aa4e0557f2e79f367b3b0c46a01fb4b (diff)
downloadaur-8f9b0c8a7567695e32dc91780c27ebe09c30d14b.tar.gz
try fixing build error
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d6ae132acf1..b9455619458d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = dyndnsc-git
pkgdesc = Dynamic DNS client with support for multiple protocols and services. Compatible with IPv6 dual stack. Git version
- pkgver = 0.5.1.r24.g59ef5f9
+ pkgver = 0.6.0.r2.g539eb97
pkgrel = 1
url = https://pypi.org/project/dyndnsc
arch = any
license = MIT
makedepends = git
+ makedepends = python-pip
depends = python-requests
depends = python-setuptools
depends = python-netifaces
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"