[arch-commits] Commit in certbot-apache/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jan 25 14:54:33 UTC 2019


    Date: Friday, January 25, 2019 @ 14:54:32
  Author: felixonmars
Revision: 427784

archrelease: copy trunk to community-any

Added:
  certbot-apache/repos/community-any/PKGBUILD
    (from rev 427783, certbot-apache/trunk/PKGBUILD)
Deleted:
  certbot-apache/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-25 14:54:13 UTC (rev 427783)
+++ PKGBUILD	2019-01-25 14:54:32 UTC (rev 427784)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
-
-pkgname=certbot-apache
-pkgver=0.30.0
-pkgrel=1
-pkgdesc="Apache plugin for Let’s Encrypt client"
-arch=('any')
-license=('Apache')
-url="https://pypi.python.org/pypi/$pkgname"
-replaces=("letsencrypt-apache")
-depends=('certbot' 'python-acme' 'python-augeas' 'python-mock' 'python-setuptools'
-         'python-zope-component' 'python-zope-interface')
-source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
-              '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
-              'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-sha512sums=('9cc77d441fe0912783f349f1c83a92bf729f01521c95bc45f322a10f28a6ca17d08c9cde66644379a9f453d013c12b5432e451b6c98dfdd7b99901124ac08e80'
-            'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  # https://github.com/certbot/certbot/issues/5510
-  cd $pkgname-$pkgver
-  python setup.py test || warning "Tests failed"
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-}

Copied: certbot-apache/repos/community-any/PKGBUILD (from rev 427783, certbot-apache/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-25 14:54:32 UTC (rev 427784)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
+
+pkgname=certbot-apache
+pkgver=0.30.1
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname"
+replaces=("letsencrypt-apache")
+depends=('certbot' 'python-acme' 'python-augeas' 'python-mock' 'python-setuptools'
+         'python-zope-component' 'python-zope-interface')
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+              '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+              'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+sha512sums=('35aa072b52ed30756752efd13dca677afdada4847672eef3aea4ce04fb9e7776ede0a0808b2b369b6c8b1c778cbd7529a46d80b2ef3ad64672ab28221fbbf7c4'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  # https://github.com/certbot/certbot/issues/5510
+  cd $pkgname-$pkgver
+  python setup.py test || warning "Tests failed"
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}



More information about the arch-commits mailing list