summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43a60edcee0d..71e83728b8b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=certbot-dns-henet
pkgname=$_pkgname-git
-pkgver=r10.9e85217
+pkgver=r16.931e2c7
pkgrel=1
pkgdesc="he.net DNS Authenticator plugin for Certbot"
arch=('any')
@@ -11,6 +11,8 @@ url="https://bitbucket.org/qt-max/$_pkgname"
depends=('certbot' 'python-acme' 'python-beautifulsoup4' 'python-requests'
'python-setuptools' 'python-zope-interface')
makedepends=('git')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
source=("$_pkgname::git+https://bitbucket.org/qt-max/$_pkgname.git")
sha256sums=('SKIP')