asciidoctor 2.0.23-1
This commit is contained in:
parent
81f3472931
commit
ae45f19254
4
PKGBUILD
4
PKGBUILD
@ -5,7 +5,7 @@
|
||||
|
||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||
pkgname=asciidoctor
|
||||
pkgver=2.0.21
|
||||
pkgver=2.0.23
|
||||
pkgrel=1
|
||||
pkgdesc="An implementation of AsciiDoc in Ruby"
|
||||
arch=('x86_64')
|
||||
@ -14,7 +14,7 @@ license=('MIT')
|
||||
depends=('ruby')
|
||||
options=('!emptydirs')
|
||||
source=(https://github.com/asciidoctor/asciidoctor/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
sha256sums=(78a54eaf88fe9f5e6945578313aac4096a9d8c49e760932b3ef66c599483f10b)
|
||||
sha256sums=(72d271de1fccd3610e6f12bba29be1a3b6c8c813c5b2f3a12491ffc423090518)
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
Loading…
Reference in New Issue
Block a user