diff --git a/mingw-w64-libvterm/0001-make-remove-bin-sources.patch b/mingw-w64-libvterm/0001-make-remove-bin-sources.patch index f07116be23..60674108cc 100644 --- a/mingw-w64-libvterm/0001-make-remove-bin-sources.patch +++ b/mingw-w64-libvterm/0001-make-remove-bin-sources.patch @@ -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 diff --git a/mingw-w64-libvterm/PKGBUILD b/mingw-w64-libvterm/PKGBUILD index c6e3f3fc5c..803437322a 100644 --- a/mingw-w64-libvterm/PKGBUILD +++ b/mingw-w64-libvterm/PKGBUILD @@ -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}"