[arch-commits] Commit in asciidoc/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Sep 20 21:15:56 UTC 2021


    Date: Monday, September 20, 2021 @ 21:15:56
  Author: felixonmars
Revision: 1019777

upgpkg: asciidoc 9.1.1-1

Modified:
  asciidoc/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 21:15:39 UTC (rev 1019776)
+++ PKGBUILD	2021-09-20 21:15:56 UTC (rev 1019777)
@@ -9,7 +9,7 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=asciidoc
-pkgver=9.1.0
+pkgver=9.1.1
 pkgrel=1
 pkgdesc='Text document format for short documents, articles, books and UNIX man pages'
 arch=('any')
@@ -16,9 +16,8 @@
 url='https://asciidoc.org/'
 license=('GPL')
 depends=('python' 'libxslt' 'docbook-xsl')
-checkdepends=('dblatex' 'graphviz' 'lilypond' 'source-highlight')
+checkdepends=('dblatex' 'graphviz' 'source-highlight')
 optdepends=('graphviz: graphviz-filter'
-            'lilypond: music-filter'
             'imagemagick: music-filter'
             'source-highlight: source-highlight-filter'
             'dblatex: pdf generation'
@@ -26,17 +25,17 @@
             'w3m: text generation'
             'lynx: alternative text generation')
 source=("https://github.com/asciidoc/asciidoc-py3/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('8a6e3ae99785d9325fba0856e04dbe532492af3cb20d49831bfd757166d46c6b')
-b2sums=('dd2376a3b9ffa1d7a8016c9eb1030a9d0d3a01cde587d3179cb425a5be5ae120ea7fc1fa971cb1bb53faa2a7e93b4a1c2e8cf854e7e960c1299398a02b8aa42e')
+sha256sums=('914dfc1542c30bd47faa0aaaae0985cb57d0ca584015729ccd1b94d90da3a616')
+b2sums=('6968f95f03684f54c241cf2db8b8b1e264cc53f400feeb618b20325001b52d5086c7f105e583d6bae41b1e0370ebd9a6a3021b956b0d0d63f1765436cccd39a2')
 
 prepare() {
-  cd ${pkgname}-py3-${pkgver}
+  cd ${pkgname}-py-${pkgver}
 
   autoconf
 }
 
 build() {
-  cd ${pkgname}-py3-${pkgver}
+  cd ${pkgname}-py-${pkgver}
 
   ./configure \
     --prefix=/usr \
@@ -45,13 +44,13 @@
 }
 
 check() {
-  cd ${pkgname}-py3-${pkgver}
+  cd ${pkgname}-py-${pkgver}
 
   make test
 }
 
 package() {
-  cd ${pkgname}-py3-${pkgver}
+  cd ${pkgname}-py-${pkgver}
 
   make install DESTDIR="${pkgdir}"
   make docs DESTDIR="${pkgdir}"



More information about the arch-commits mailing list