diff options
author | Vitalii Kuzhdin | 2024-07-24 11:47:41 +0300 |
---|---|---|
committer | Vitalii Kuzhdin | 2024-07-24 11:47:41 +0300 |
commit | 72081b7e38d8135ec605e5f5aa4db0319317d8d6 (patch) | |
tree | 21ef44fcf9a06583c1089bd301a86a2894886761 | |
parent | 9d228e33298b1c5ee511fe9d8ac479d2b10be00e (diff) | |
download | aur-72081b7e38d8135ec605e5f5aa4db0319317d8d6.tar.gz |
Bump to 0.9.97
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = vtm pkgdesc = A text-based desktop environment that runs console applications in floating windows and allows remote access over tunnelling protocols such as SSH - pkgver = 0.9.96 + pkgver = 0.9.97 pkgrel = 1 url = https://github.com/directvt/vtm arch = any @@ -9,7 +9,7 @@ pkgbase = vtm makedepends = gcc depends = glibc depends = gcc-libs - source = vtm-0.9.96.tar.gz::https://github.com/directvt/vtm/archive/v0.9.96.tar.gz - sha256sums = b75894f0a4db3b8c415c2078b67d1862b9433a7e3bc30786df69c963da3d6301 + source = vtm-0.9.97.tar.gz::https://github.com/directvt/vtm/archive/v0.9.97.tar.gz + sha256sums = f8f2511abea15c794a192160765d3c474d4c080c13c73b47c48b80869ee317b6 pkgname = vtm @@ -1,17 +1,17 @@ # Maintainer: Vitalii Kuzhdin <vitaliikuzhdin@gmail.com> pkgname="vtm" -pkgver=0.9.96 +pkgver=0.9.97 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" arch=('any') url="https://github.com/directvt/${pkgname}" license=('MIT') -depends=('glibc' 'gcc-libs') makedepends=('cmake' 'gcc') +depends=('glibc' 'gcc-libs') _pkgsrc="${pkgname}-${pkgver}" source=("${_pkgsrc}.tar.gz::${url}/archive/v${pkgver}.tar.gz") -sha256sums=('b75894f0a4db3b8c415c2078b67d1862b9433a7e3bc30786df69c963da3d6301') +sha256sums=('f8f2511abea15c794a192160765d3c474d4c080c13c73b47c48b80869ee317b6') build() { cd "${srcdir}" |