summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2023-02-15 07:14:19 +0100
committerkleintux2023-02-15 07:14:19 +0100
commit754d4ef40f8a72a5cb7bba12c0448e52e35e33e6 (patch)
tree9139b28914cb8d58ff20aa74db11a9f4e90d86bb
parent5ba6dc7576040d5ce9609094e8bdbe4152f94f60 (diff)
downloadaur-754d4ef40f8a72a5cb7bba12c0448e52e35e33e6.tar.gz
update to 0.3.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b2a4b02701f..789680058db0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = clp
pkgdesc = writes input files to stdout with syntax highlighting
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://git.sr.ht/~eskin/clp
arch = x86_64
arch = aarch64
license = custom
depends = luajit
- depends = lua-lpeg
+ depends = lua51-lpeg
+ depends = lua51-luautf8
conflicts = clp-git
- source = clp-0.2.0.tar.gz::https://git.sr.ht/~eskin/clp/archive/v0.2.0.tar.gz
- sha256sums = fd2c44847b7746351bf9193040a06014c7c494010ffd034c42fdd66afb49a62e
+ source = clp-0.3.0.tar.gz::https://git.sr.ht/~eskin/clp/archive/v0.3.0.tar.gz
+ sha256sums = a832775b68ba625106d0e58ec1ec646fe7f3abc8371e0a878c9ffe107be559bb
pkgname = clp
diff --git a/PKGBUILD b/PKGBUILD
index 240e5cffc26c..3711862e6607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
pkgname=clp
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc='writes input files to stdout with syntax highlighting'
arch=('x86_64' 'aarch64')
url="https://git.sr.ht/~eskin/clp"
license=('custom')
-depends=('luajit' 'lua-lpeg')
+depends=('luajit' 'lua51-lpeg' 'lua51-luautf8')
source=("${pkgname}-${pkgver}.tar.gz::https://git.sr.ht/~eskin/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('fd2c44847b7746351bf9193040a06014c7c494010ffd034c42fdd66afb49a62e')
+sha256sums=('a832775b68ba625106d0e58ec1ec646fe7f3abc8371e0a878c9ffe107be559bb')
conflicts=("${pkgname}-git")
build() {