mirror of
https://github.com/archlinux/aur.git
synced 2026-02-19 19:13:21 +01:00
update to 2025.08.19
This commit is contained in:
parent
cef06f3e6c
commit
981a63684c
2 changed files with 16 additions and 16 deletions
22
.SRCINFO
22
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vtm-bin
|
||||
pkgdesc = A text-based desktop environment that runs console applications in floating windows and allows remote access over tunnelling protocols such as SSH.(Prebuilt version)
|
||||
pkgver = 2025.08.17
|
||||
pkgver = 2025.08.19
|
||||
pkgrel = 1
|
||||
url = https://github.com/directvt/vtm
|
||||
arch = aarch64
|
||||
|
|
@ -8,18 +8,18 @@ pkgbase = vtm-bin
|
|||
arch = i686
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
provides = vtm=2025.08.17
|
||||
provides = vtm=2025.08.19
|
||||
conflicts = vtm
|
||||
backup = etc/vtm/settings.xml
|
||||
source = LICENSE-2025.08.17::https://raw.githubusercontent.com/directvt/vtm/v2025.08.17/LICENSE
|
||||
source = LICENSE-2025.08.19::https://raw.githubusercontent.com/directvt/vtm/v2025.08.19/LICENSE
|
||||
sha256sums = b7d69c3a45e98eb80ff9cd48d00334d72002d9d0f96b523f8feb33263af22e12
|
||||
source_aarch64 = vtm-2025.08.17-aarch64.zip::https://github.com/directvt/vtm/releases/download/v2025.08.17/vtm_linux_arm64.zip
|
||||
sha256sums_aarch64 = 560f002df8132bc18e1143da3d9dd299c300aad3dba46cd1c2e03183703420fc
|
||||
source_armv7h = vtm-2025.08.17-armv7h.zip::https://github.com/directvt/vtm/releases/download/v2025.08.17/vtm_linux_arm32.zip
|
||||
sha256sums_armv7h = 98fdd09344970592a1b697a6f14b3369e0b2074fcc4a7114121c202d27afbc75
|
||||
source_i686 = vtm-2025.08.17-i686.zip::https://github.com/directvt/vtm/releases/download/v2025.08.17/vtm_linux_x86.zip
|
||||
sha256sums_i686 = 22badea3b3923685b83341a1560a4abd5b3f39a9e6fc25a0ebbd546b968121e9
|
||||
source_x86_64 = vtm-2025.08.17-x86_64.zip::https://github.com/directvt/vtm/releases/download/v2025.08.17/vtm_linux_x86_64.zip
|
||||
sha256sums_x86_64 = cb9c5f2f3a5a3732fe94c2f5ba041ae7b0d57b80edb9726d017297d6ef014a8a
|
||||
source_aarch64 = vtm-2025.08.19-aarch64.zip::https://github.com/directvt/vtm/releases/download/v2025.08.19/vtm_linux_arm64.zip
|
||||
sha256sums_aarch64 = 5dd386b9c68775e9a01f86a4635cd5a32c5157086f6ff89f5f32446c75429d6a
|
||||
source_armv7h = vtm-2025.08.19-armv7h.zip::https://github.com/directvt/vtm/releases/download/v2025.08.19/vtm_linux_arm32.zip
|
||||
sha256sums_armv7h = 15ba09a55c0ee3e92a386c84a7fc35b39d97015a57c2813d27833021498153a4
|
||||
source_i686 = vtm-2025.08.19-i686.zip::https://github.com/directvt/vtm/releases/download/v2025.08.19/vtm_linux_x86.zip
|
||||
sha256sums_i686 = 637de82c620f0f34d0564753257ad642c825575bfc546c829b2a2112aca2415b
|
||||
source_x86_64 = vtm-2025.08.19-x86_64.zip::https://github.com/directvt/vtm/releases/download/v2025.08.19/vtm_linux_x86_64.zip
|
||||
sha256sums_x86_64 = a260367435ad759c88fcdcfbce5839b342eab9accb1d1ba4d45aed8731ef465d
|
||||
|
||||
pkgname = vtm-bin
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
|
||||
# Contributor: Asuka Minato <asukaminato at nyan dot eu dot org>
|
||||
pkgname=vtm-bin
|
||||
pkgver=2025.08.17
|
||||
pkgver=2025.08.19
|
||||
pkgrel=1
|
||||
pkgdesc="A text-based desktop environment that runs console applications in floating windows and allows remote access over tunnelling protocols such as SSH.(Prebuilt version)"
|
||||
arch=(
|
||||
|
|
@ -24,10 +24,10 @@ source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.zip::${url}/releases/download/v
|
|||
source_i686=("${pkgname%-bin}-${pkgver}-i686.zip::${url}/releases/download/v${pkgver}/${pkgname%-bin}_linux_x86.zip")
|
||||
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.zip::${url}/releases/download/v${pkgver}/${pkgname%-bin}_linux_x86_64.zip")
|
||||
sha256sums=('b7d69c3a45e98eb80ff9cd48d00334d72002d9d0f96b523f8feb33263af22e12')
|
||||
sha256sums_aarch64=('560f002df8132bc18e1143da3d9dd299c300aad3dba46cd1c2e03183703420fc')
|
||||
sha256sums_armv7h=('98fdd09344970592a1b697a6f14b3369e0b2074fcc4a7114121c202d27afbc75')
|
||||
sha256sums_i686=('22badea3b3923685b83341a1560a4abd5b3f39a9e6fc25a0ebbd546b968121e9')
|
||||
sha256sums_x86_64=('cb9c5f2f3a5a3732fe94c2f5ba041ae7b0d57b80edb9726d017297d6ef014a8a')
|
||||
sha256sums_aarch64=('5dd386b9c68775e9a01f86a4635cd5a32c5157086f6ff89f5f32446c75429d6a')
|
||||
sha256sums_armv7h=('15ba09a55c0ee3e92a386c84a7fc35b39d97015a57c2813d27833021498153a4')
|
||||
sha256sums_i686=('637de82c620f0f34d0564753257ad642c825575bfc546c829b2a2112aca2415b')
|
||||
sha256sums_x86_64=('a260367435ad759c88fcdcfbce5839b342eab9accb1d1ba4d45aed8731ef465d')
|
||||
prepare() {
|
||||
bsdtar -xf "${srcdir}/${pkgname%-bin}"*.tar
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue