summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdJoPaTo2021-06-01 10:29:55 +0200
committerEdJoPaTo2021-06-01 10:29:55 +0200
commitd0f4ac3dea1e93568e52bf29e5cbc5d9bd4f7e63 (patch)
treee66f6e5960263983b6c99c8460365d755a5a7f09
parent893a6c2bd9c9bb4a8690c70c90682508ae67ca0f (diff)
downloadaur-d0f4ac3dea1e93568e52bf29e5cbc5d9bd4f7e63.tar.gz
0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8479f5fad5c6..1eba8ef5cdaa 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.2
+ pkgver = 0.4.3
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.2.tar.gz::https://github.com/EdJoPaTo/markdown-to-standalone-html/archive/v0.4.2.tar.gz
- sha256sums = b5a40dc5de281f485b3c3b80214023df406e0e98b8ac29e825748c18b9f89fc1
+ source = markdown-to-standalone-html-0.4.3.tar.gz::https://github.com/EdJoPaTo/markdown-to-standalone-html/archive/v0.4.3.tar.gz
+ sha256sums = 4f977febc28558f913cab7f4971be14a2d9c442f89a5e0778b9e4f1d2a80967c
pkgname = markdown-to-standalone-html
diff --git a/PKGBUILD b/PKGBUILD
index 87978f3dc260..25993ca771a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=markdown-to-standalone-html
-pkgver=0.4.2
+pkgver=0.4.3
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=('b5a40dc5de281f485b3c3b80214023df406e0e98b8ac29e825748c18b9f89fc1')
+sha256sums=('4f977febc28558f913cab7f4971be14a2d9c442f89a5e0778b9e4f1d2a80967c')
build() {
cd $pkgname-$pkgver