summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdJoPaTo2021-05-09 00:43:44 +0200
committerEdJoPaTo2021-05-09 00:43:44 +0200
commit893a6c2bd9c9bb4a8690c70c90682508ae67ca0f (patch)
treec7dd41e0f5d27748fe273f1c31608be99460d91b
parent0b2a6b1ec5a91ac9ba3661fb75fa175efbf532f5 (diff)
downloadaur-893a6c2bd9c9bb4a8690c70c90682508ae67ca0f.tar.gz
v0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 096744b1ddd8..8479f5fad5c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = markdown-to-standalone-html
pkgdesc = Create a standalone HTML file from Markdown with basic CSS, table of contents and source code highlighting
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = https://github.com/EdJoPaTo/markdown-to-standalone-html
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = markdown-to-standalone-html
optdepends = monolith: inline assets like images or CSS
provides = markdown-to-standalone-html
conflicts = markdown-to-standalone-html
- source = markdown-to-standalone-html-0.4.1.tar.gz::https://github.com/EdJoPaTo/markdown-to-standalone-html/archive/v0.4.1.tar.gz
- sha256sums = e2a3672cbacfef374f84717147b224d18e1fde177ae08085840463aa7f260fef
+ source = markdown-to-standalone-html-0.4.2.tar.gz::https://github.com/EdJoPaTo/markdown-to-standalone-html/archive/v0.4.2.tar.gz
+ sha256sums = b5a40dc5de281f485b3c3b80214023df406e0e98b8ac29e825748c18b9f89fc1
pkgname = markdown-to-standalone-html
diff --git a/PKGBUILD b/PKGBUILD
index 73bde5b14cf4..87978f3dc260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=markdown-to-standalone-html
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="Create a standalone HTML file from Markdown with basic CSS, table of contents and source code highlighting"
arch=('x86_64' 'aarch64' 'armv6h' 'armv7h')
@@ -12,7 +12,7 @@ provides=("markdown-to-standalone-html")
conflicts=("markdown-to-standalone-html")
source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha256sums=('e2a3672cbacfef374f84717147b224d18e1fde177ae08085840463aa7f260fef')
+sha256sums=('b5a40dc5de281f485b3c3b80214023df406e0e98b8ac29e825748c18b9f89fc1')
build() {
cd $pkgname-$pkgver