Skip to content

Commit

Permalink
tio: Update to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Oct 1, 2024
1 parent 9ff49b6 commit 322a4a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tio/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Maintainer: Alexey Pavlov <[email protected]>

pkgname=tio
# Note: 3.x needs lua which we don't have yet
pkgver=2.7
pkgver=3.7
pkgrel=1
pkgdesc="A simple TTY terminal I/O application"
arch=('i686' 'x86_64')
Expand All @@ -12,10 +11,10 @@ msys2_references=(
"anitya: 20587"
)
license=('spdx:GPL-2.0-or-later')
depends=('libinih')
makedepends=('gcc' 'pkgconf' 'python' 'meson' 'ninja' 'libinih-devel')
depends=('libinih' 'lua' 'glib2')
makedepends=('gcc' 'pkgconf' 'python' 'meson' 'ninja' 'libinih-devel' 'glib2-devel')
source=(https://github.com/tio/tio/releases/download/v${pkgver}/tio-${pkgver}.tar.xz{,.asc})
sha256sums=('bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5'
sha256sums=('dbaef5dc6849229ce4eb474d4de77a7302cd2b0657731a8df86a44dd359e6afb'
'SKIP')
validpgpkeys=('101BAC1C15B216DBE07A3EEA2BDB4A0944FA00B1') # Martin Lund <[email protected]>

Expand Down

0 comments on commit 322a4a5

Please sign in to comment.