summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchilleas Pipinellis2021-03-25 08:27:50 +0100
committerAchilleas Pipinellis2021-03-25 08:27:50 +0100
commit55c953ea1e8f17954deeba77e7f0edcb47635183 (patch)
treea24f9c6af0725036aea0c1c0577cc334347d9c08 /PKGBUILD
parent2b93e27cf39c3c0a7b5e88700b39050e1c3c02cc (diff)
downloadaur-doh-cli.tar.gz
Change home URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fc8c335fb4b..e2e06f38dfb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer : Achilleas Pipinellis <axil archlinux gr>
pkgname=doh-cli
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="a simple DNS over HTTPS query client"
arch=('any')
-url="https://pypi.python.org/pypi/doh-cli"
+url="https://gitlab.com/libreops/doh-cli"
license=('GPL3')
depends=('python-setuptools' 'python-requests' 'python-dnspython')
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)