summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-01-12 11:09:58 +0800
committertaotieren2023-01-12 11:09:58 +0800
commit445b9935edef52e44dbc68370fdff6b34dfcf1fd (patch)
treef8ca2adafd135685908822f6093bdb5f3f7e1c9c
parent256606c1f3188e88afb98971a662efe39ef8361d (diff)
downloadaur-445b9935edef52e44dbc68370fdff6b34dfcf1fd.tar.gz
Update 1.0.0-alpha.16
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98da699147c0..788dd445fe3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asciidoctor-web-pdf-git
pkgdesc = A PDF converter for AsciiDoc based on web technologies. It allows complex layouts to be defined with CSS and JavaScript, while writing the content in AsciiDoc.
- pkgver = v1.0.0.alpha.12.r100.ga5421d1
- pkgrel = 1
+ pkgver = 1.0.0.alpha.16.r5.gc613be3
+ pkgrel = 0
url = https://github.com/Mogztter/asciidoctor-web-pdf
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 01758b31d13c..0f168dc58e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=asciidoctor-web-pdf-git
-pkgver=v1.0.0.alpha.12.r100.ga5421d1
-pkgrel=1
+pkgver=1.0.0.alpha.16.r5.gc613be3
+pkgrel=0
pkgdesc="A PDF converter for AsciiDoc based on web technologies. It allows complex layouts to be defined with CSS and JavaScript, while writing the content in AsciiDoc."
arch=('any')
url="https://github.com/Mogztter/asciidoctor-web-pdf"
@@ -10,18 +10,18 @@ license=('MIT')
provides=(${pkgname})
conflicts=(${pkgname} ${pkgname%-git} asciidoctor-pdf)
#replaces=(${pkgname})
-depends=('npm' 'poppler' 'ghostscript')
+depends=(npm poppler ghostscript)
makedepends=()
backup=()
options=('!strip')
-#install=${pkgname}.install
+install=
source=("${pkgname%-git}::git+${url}.git")
sha256sums=('SKIP')
-#noextract=("${pkgname}-${_pkgver}.tar.gz")
+noextract=()
pkgver() {
cd "${srcdir}/${pkgname%-git}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//g;s/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {