Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / libvterm
Commits: 1f2ec7e8 by Caleb Maclennan at 2024-07-04T13:08:59+03:00 upgpkg: 0.3.3-2: Rebuild to generate .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,13 @@ +pkgbase = libvterm + pkgdesc = Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator + pkgver = 0.3.3 + pkgrel = 2 + url = https://www.leonerd.org.uk/code/libvterm/ + arch = x86_64 + license = MIT + makedepends = git + depends = glibc + source = https://launchpad.net/libvterm/trunk/v0.3/+download/libvterm-0.3.3.tar.gz + sha256sums = 09156f43dd2128bd347cbeebe50d9a571d32c64e0cf18d211197946aff7226e0 + +pkgname = libvterm ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=libvterm pkgver=0.3.3 -pkgrel=1 +pkgrel=2 pkgdesc='Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator' arch=('x86_64') url='https://www.leonerd.org.uk/code/libvterm/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libvterm/-/commit/1f2ec7e8c3c8e2f905254b14496d8e3570362541 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libvterm/-/commit/1f2ec7e8c3c8e2f905254b14496d8e3570362541 You're receiving this email because of your account on gitlab.archlinux.org.
