summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuju21432019-09-20 19:32:00 -0400
committerjuju21432019-09-20 19:32:00 -0400
commitd1fe8f4d5dbb1c3852d207871b0ebe8d1b49c517 (patch)
tree2a69130126a0ac8a4884628c127ebdcdf106d978
parentf88e0af05678e21648b90c5615975b0304352964 (diff)
downloadaur-d1fe8f4d5dbb1c3852d207871b0ebe8d1b49c517.tar.gz
Fix pandoc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76a5ac1ee086..b544b4849d6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x16-rom-git
pkgdesc = ROM files for The 8-Bit Guy's Commander X16
- pkgver = r30.r23.gd2ae5a4
+ pkgver = r31.r1.g46d0117
pkgrel = 1
url = http://commanderx16.com/
install = x16-rom.install
diff --git a/PKGBUILD b/PKGBUILD
index 94fe63bf006e..eebebf9dda75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Julien Savard <juju@juju2143.ca>
pkgname=x16-rom-git
-pkgver=r30.r23.gd2ae5a4
+pkgver=r31.r1.g46d0117
pkgrel=1
pkgdesc="ROM files for The 8-Bit Guy's Commander X16"
arch=('any')
@@ -29,7 +29,7 @@ pkgver() {
build() {
cd "${pkgname%-git}"
make
- pandoc --from gfm --to html -c ../github-pandoc.css --standalone --metadata pagetitle="X16 KERNAL/BASIC/DOS ROM" README.md --output KERNAL-BASIC.html
+ pandoc --from gfm --to html -c github-pandoc.css --standalone --metadata pagetitle="X16 KERNAL/BASIC/DOS ROM" README.md --output KERNAL-BASIC.html
}
package() {