Date: Monday, September 19, 2022 @ 05:39:26
  Author: svenstaro
Revision: 1305130

upgpkg: libvterm 0.3-1

Modified:
  libvterm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-19 05:36:45 UTC (rev 1305129)
+++ PKGBUILD    2022-09-19 05:39:26 UTC (rev 1305130)
@@ -2,7 +2,7 @@
 # Contributor: Florian Walch <[email protected]>
 
 pkgname=libvterm
-pkgver=0.2
+pkgver=0.3
 pkgrel=1
 pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal 
emulator'
 arch=('x86_64')
@@ -10,8 +10,8 @@
 license=('MIT')
 depends=('glibc')
 makedepends=('git')
-source=("https://www.leonerd.org.uk/code/libvterm/libvterm-0.2.tar.gz";)
-sha256sums=('4c5150655438cfb8c57e7bd133041140857eb04defd0e544521c0e469258e105')
+source=("https://www.leonerd.org.uk/code/libvterm/libvterm-${pkgver}.tar.gz";)
+sha256sums=('61eb0d6628c52bdf02900dfd4468aa86a1a7125228bab8a67328981887483358')
 
 build() {
   cd "${pkgname}-${pkgver}"

Reply via email to