summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2016-05-19 22:22:08 +0200
committerGordian Edenhofer2016-05-19 22:22:08 +0200
commit53c01fdfbcb9fabebe542b27a2d397aac5d9776a (patch)
tree793e7ae7dbef8144861ef27276415834378e24ae
parent6a1fd1a66efc02ad504f63c54fbe3678381790f0 (diff)
downloadaur-53c01fdfbcb9fabebe542b27a2d397aac5d9776a.tar.gz
upgpkg: *(acme|certbot)* 0.6.0.r64.ge385274-1
Cerbot does require the same version of acme being installed. However simply state that the git version is needed. Despite the fact that the dependency does not need to be a git package itself, a versioned dep is often not properly resolved by an AUR helper. This ensures that both are updated at fairly the same time. upgpkg: certbot-git 0.6.0.r64.ge385274-1 upgpkg: certbot-plugins-git 0.6.0.r64.ge385274-1 upgpkg: letshelp-certbot-git 0.6.0.r64.ge385274-1 upgpkg: python-acme-git 0.6.0.r64.ge385274-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ded88abaded..450584e92d58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-acme-git
pkgdesc = ACME protocol implementation for Python
- pkgver = 0.5.0.r153.g41f347d
+ pkgver = 0.6.0.r64.ge385274
pkgrel = 1
url = https://github.com/certbot/certbot
arch = any
@@ -43,7 +43,7 @@ pkgname = python-acme-git
depends = python-six
depends = python-werkzeug
depends = python-mock
- provides = python-acme=0.5.0.r153.g41f347d
+ provides = python-acme=0.6.0.r64.ge385274
conflicts = python-acme
pkgname = python2-acme-git
@@ -58,5 +58,5 @@ pkgname = python2-acme-git
depends = python2-six
depends = python2-werkzeug
depends = python2-mock
- provides = python2-acme=0.5.0.r153.g41f347d
+ provides = python2-acme=0.6.0.r64.ge385274
conflicts = python2-acme
diff --git a/PKGBUILD b/PKGBUILD
index 39c3a2b196cb..c8313de19f88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-acme-git
pkgname=("python-acme-git" "python2-acme-git")
_reponame="certbot"
-pkgver=0.5.0.r153.g41f347d
+pkgver=0.6.0.r64.ge385274
pkgrel=1
pkgdesc="ACME protocol implementation for Python"
arch=('any')