summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchilleas Pipinellis2021-03-25 08:27:50 +0100
committerAchilleas Pipinellis2021-03-25 08:27:50 +0100
commit55c953ea1e8f17954deeba77e7f0edcb47635183 (patch)
treea24f9c6af0725036aea0c1c0577cc334347d9c08
parent2b93e27cf39c3c0a7b5e88700b39050e1c3c02cc (diff)
downloadaur-doh-cli.tar.gz
Change home URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bc0e7afa97d..288f60d9c91b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = doh-cli
pkgdesc = a simple DNS over HTTPS query client
pkgver = 0.6
- pkgrel = 1
- url = https://pypi.python.org/pypi/doh-cli
+ pkgrel = 2
+ url = https://gitlab.com/libreops/doh-cli
arch = any
license = GPL3
depends = python-setuptools
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)