[arch-commits] Commit in asciidoc/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Sun Nov 15 16:31:29 UTC 2020
Date: Sunday, November 15, 2020 @ 16:31:28
Author: anthraxx
Revision: 754581
upgpkg: asciidoc 9.0.4-1
Modified:
asciidoc/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-15 16:27:02 UTC (rev 754580)
+++ PKGBUILD 2020-11-15 16:31:28 UTC (rev 754581)
@@ -1,4 +1,5 @@
# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
# Contributor: Florian Pritz <flo at xinu.at>
# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
@@ -8,9 +9,9 @@
# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
pkgname=asciidoc
-pkgver=9.0.3
-pkgrel=3
-pkgdesc='Text document format for short documents, articles, books and UNIX man pages.'
+pkgver=9.0.4
+pkgrel=1
+pkgdesc='Text document format for short documents, articles, books and UNIX man pages'
arch=('any')
url='https://asciidoc.org/'
license=('GPL')
@@ -24,9 +25,9 @@
'fop: alternative pdf generation'
'w3m: text generation'
'lynx: alternative text generation')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}.tar.gz")
-sha256sums=('c0de1dcf111a200bf85bd81f67bc18778f839e55d761d6c7320095985524853a')
-b2sums=('4e196bddfe400c3758086048089e3d316a8e7909f870b761e23506de8cd5b9871df8a0e1017fafbaa854711ab0d49efe4f8134453c02528ba8b6e1ac1cf0c0ff')
+source=("https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('9e269f336a71e8685d03a00c71b55ca029eed9f7baf1afe67c447be32206b176')
+b2sums=('3c073e20e0b4cb1c3e43d45217240675d5a1349c5d27c8e03c4499505c17ad0a149f9495a42e28490f9c89f29dc25a1216e9145a6fd1483e589b5fee49a6279f')
prepare() {
cd ${pkgname}-py3-${pkgver}
More information about the arch-commits
mailing list