summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitalii Kuzhdin2024-07-24 11:47:41 +0300
committerVitalii Kuzhdin2024-07-24 11:47:41 +0300
commit72081b7e38d8135ec605e5f5aa4db0319317d8d6 (patch)
tree21ef44fcf9a06583c1089bd301a86a2894886761
parent9d228e33298b1c5ee511fe9d8ac479d2b10be00e (diff)
downloadaur-72081b7e38d8135ec605e5f5aa4db0319317d8d6.tar.gz
Bump to 0.9.97
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f61648873803..8f2e68b1cc64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 41eb506b7e0d..97a820a27e52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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}"