summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47c08a34dec9..72abe7080964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eleventy-plugin-syntaxhighlight
pkgdesc = A pack of Eleventy plugins for syntax highlighting in Markdown, Liquid, and Nunjucks templates
- pkgver = 4.2.0
+ pkgver = 5.0.0
pkgrel = 1
url = https://github.com/11ty/eleventy-plugin-syntaxhighlight
arch = any
@@ -8,8 +8,8 @@ pkgbase = eleventy-plugin-syntaxhighlight
makedepends = npm
depends = nodejs
depends = eleventy
- noextract = eleventy-plugin-syntaxhighlight-4.2.0.tar.gz
- source = eleventy-plugin-syntaxhighlight-4.2.0.tar.gz::https://github.com/11ty/eleventy-plugin-syntaxhighlight/archive/v4.2.0.tar.gz
+ noextract = eleventy-plugin-syntaxhighlight-5.0.0.tar.gz
+ source = eleventy-plugin-syntaxhighlight-5.0.0.tar.gz::https://github.com/11ty/eleventy-plugin-syntaxhighlight/archive/v5.0.0.tar.gz
sha256sums = SKIP
pkgname = eleventy-plugin-syntaxhighlight
diff --git a/PKGBUILD b/PKGBUILD
index c43c7d46792b..147beb89bedb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sohlk <sohlk at outlook dot com>
pkgname=eleventy-plugin-syntaxhighlight
-pkgver=4.2.0
+pkgver=5.0.0
pkgrel=1
pkgdesc="A pack of Eleventy plugins for syntax highlighting in Markdown, Liquid, and Nunjucks templates"
arch=('any')