libvterm: update to 0.3.1

This commit is contained in:
Biswapriyo Nath
2023-03-28 20:16:38 +05:30
parent ec13574e37
commit 7efda0b960
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@
@@ -49,7 +49,7 @@
MANDIR=$(PREFIX)/share/man
MAN3DIR=$(MANDIR)/man3
@@ -9,7 +9,7 @@
$(LIBRARY): $(OBJECTS)
@echo LINK $@
@@ -94,7 +94,7 @@
@@ -91,7 +91,7 @@
$(LIBTOOL) --mode=clean rm -f $(LIBRARY) $(BINFILES)
.PHONY: install

View File

@@ -3,7 +3,7 @@
_realname=libvterm
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.3
pkgver=0.3.1
pkgrel=1
pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator (mingw-w64)'
arch=('any')
@@ -13,8 +13,8 @@ license=('spdx:MIT')
makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "libtool")
source=("https://www.leonerd.org.uk/code/libvterm/libvterm-${pkgver}.tar.gz"
0001-make-remove-bin-sources.patch)
sha256sums=('61eb0d6628c52bdf02900dfd4468aa86a1a7125228bab8a67328981887483358'
'1f8ce1fac1ab723bac28d5498887aed76208a28d5327c6d434c832492f6ecf3f')
sha256sums=('25a8ad9c15485368dfd0a8a9dca1aec8fea5c27da3fa74ec518d5d3787f0c397'
'6ca3142bcd4cf520c1f565038c9fb5b9d928f90a68d446660917812449393712')
prepare() {
cd "${srcdir}/${_realname}-${pkgver}"