summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVojtech Kral2023-07-01 23:07:15 +0200
committerVojtech Kral2023-07-01 23:07:15 +0200
commitec63656155f065f238fe20c9623eb6353cf0bb40 (patch)
tree57ed5fb280fed4dd354a6409a810bf1ee91d238a /PKGBUILD
parent9352f23ba6fe718bddcbb91cbc74f302f03120f0 (diff)
downloadaur-bard-bin.tar.gz
v2.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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/"