summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Pipinellis2020-04-19 21:32:14 +0200
committerAchilleas Pipinellis2020-04-19 21:32:14 +0200
commit74e9f77680ee254d7c0a5856e4ffae5cc0c66588 (patch)
tree775966c00de695a740f95915770d3f99d200b14d
parentf33bd57b674b22d57ebc35578e769fd1280c158b (diff)
downloadaur-74e9f77680ee254d7c0a5856e4ffae5cc0c66588.tar.gz
Update makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52d208cfa23d..50a3df394dca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = doh-cli
pkgdesc = a simple DNS over HTTPS client
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/doh-cli
arch = any
license = GPL3
- makedepends = python-distribute
+ makedepends = python-setuptools
depends = python-requests
depends = python-dnspython
- source = http://pypi.python.org/packages/source/d/doh-cli/doh-cli-0.3.tar.gz
+ source = https://files.pythonhosted.org/packages/source/d/doh-cli/doh-cli-0.3.tar.gz
+ sha256sums = d42c76c690628b3ed9f6d015ca40214fb030a4065fa52f954a7c59d1bc52ba8d
pkgname = doh-cli
diff --git a/PKGBUILD b/PKGBUILD
index 0b5172b5768a..ccb876f24b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer : Achilleas Pipinellis <axil archlinux gr>
pkgname=doh-cli
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="a simple DNS over HTTPS client"
arch=('any')
url="https://pypi.python.org/pypi/doh-cli"
license=('GPL3')
depends=('python')
-makedepends=('python-distribute')
+makedepends=('python-setuptools')
depends=('python-requests' 'python-dnspython')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)