summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtech Kral2023-07-01 23:07:15 +0200
committerVojtech Kral2023-07-01 23:07:15 +0200
commitec63656155f065f238fe20c9623eb6353cf0bb40 (patch)
tree57ed5fb280fed4dd354a6409a810bf1ee91d238a
parent9352f23ba6fe718bddcbb91cbc74f302f03120f0 (diff)
downloadaur-ec63656155f065f238fe20c9623eb6353cf0bb40.tar.gz
v2.0.1
-rw-r--r--.SRCINFO11
-rw-r--r--Makefile1
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12b48aaace8..e4e185be6e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
+# Generated by mksrcinfo v8
+# Sat Jul 1 21:07:15 UTC 2023
pkgbase = bard-bin
- pkgdesc = Creates PDF and HTML songbooks out of easy-to-write Markdown sources.
- pkgver = 1.3.0
+ pkgdesc = Creates PDF and HTML songbooks out of easy-to-write Markdown sources. Binary package.
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/vojtechkral/bard
arch = x86_64
license = Apache-2.0
optdepends = texlive-bin: TeX engine (generate PDFs)
optdepends = tectonic: Alternative TeX engine (generate PDFs)
- source = https://github.com/vojtechkral/bard/releases/download/v1.3.0/bard
- sha256sums = ef418578e37e6255ad2d5a4fdb84f119923cf91ebd808d3a321ec235f61d581f
+ source = https://github.com/vojtechkral/bard/releases/download/v2.0.1/bard
+ sha256sums = 98942ae973a100bb2bc41a973c7628a89f464b24c0de46f3a2967b2bbd650117
pkgname = bard-bin
+
diff --git a/Makefile b/Makefile
index fc859a18a193..54a24e40fba6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,4 @@ all:
makepkg -g
makepkg -fc
makepkg --printsrcinfo > .SRCINFO
+ rm -f bard
diff --git a/PKGBUILD b/PKGBUILD
index e5a0c6a4dea5..6012698aa1ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vojtech Kral ❬vojtech%kral.pm❭
pkgname=bard-bin
-pkgver=1.3.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Creates PDF and HTML songbooks out of easy-to-write Markdown sources. Binary package."
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=()
optdepends=('texlive-bin: TeX engine (generate PDFs) '
'tectonic: Alternative TeX engine (generate PDFs) ')
source=("https://github.com/vojtechkral/bard/releases/download/v${pkgver}/bard")
-sha256sums=('ef418578e37e6255ad2d5a4fdb84f119923cf91ebd808d3a321ec235f61d581f')
+sha256sums=('98942ae973a100bb2bc41a973c7628a89f464b24c0de46f3a2967b2bbd650117')
package() {
install -Dm 755 bard -t "${pkgdir}/usr/bin/"