summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlemens Schölhorn2016-12-23 21:05:56 +0100
committerKlemens Schölhorn2017-06-19 19:03:56 +0200
commit183411dd2b271138fcda952cf75601a08a17dc1d (patch)
tree193fb228ea6f570f0a91d173c098a9fdc6b34463
parent4eea1b55c2182f382157fef3d8cc721aba9e01c4 (diff)
downloadaur-183411dd2b271138fcda952cf75601a08a17dc1d.tar.gz
Switch to the zenhack fork as upstream is not longer maintained
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13ec27f5fe6c..5b05b48d08af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@ pkgrel=1
pkgdesc="Simple Let's Encrypt client."
arch=('any')
license=('GPL')
-url="https://github.com/kuba/simp_le"
+url="https://github.com/zenhack/simp_le"
depends=('git' 'ca-certificates' 'python-setuptools' 'python-pip' 'python-wheel' 'python-cryptography' 'python-mock'
'python-pyopenssl' 'python-acme')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-source=("${_pkgname}"::"git+https://github.com/kuba/simp_le.git")
+source=("${_pkgname}"::"git+https://github.com/zenhack/simp_le.git")
md5sums=('SKIP')
pkgver() {