summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2022-02-22 23:44:39 +0100
committerNick Østergaard2022-02-22 23:44:39 +0100
commit4679f82416f922c2af82cf2e9e70daf5ce2142f3 (patch)
treeb0ce5ede1ef287bd78c63e99d5cf1c3acb78ddca
parentbdc786660008e5ff48b80ddb3d1ef6f27fac186a (diff)
downloadaur-4679f82416f922c2af82cf2e9e70daf5ce2142f3.tar.gz
Bump to 1.35 and add more random archs
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6b7156ac0e6..b9efd4f81eca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,18 @@
pkgbase = tio
pkgdesc = The simple TTY terminal I/O application
- pkgver = 1.34
+ pkgver = 1.35
pkgrel = 1
url = http://tio.github.io/
arch = x86_64
arch = i686
+ arch = arm
+ arch = armv7h
+ arch = armv6h
+ arch = aarch64
license = GPLv2
makedepends = meson
depends = glibc
- source = https://github.com/tio/tio/releases/download/v1.34/tio-1.34.tar.xz
- sha256sums = ec5f659fcab6ebab5ff3aa8737d67809441e6f69f62fc8f38ab11986908254e1
+ source = https://github.com/tio/tio/releases/download/v1.35/tio-1.35.tar.xz
+ sha256sums = 1309ecde7675f4e97cf363a8ab96ff668e14ab3f2176a15b6d626731251c9d09
pkgname = tio
diff --git a/PKGBUILD b/PKGBUILD
index 859a432b005d..b8e8f8c54de4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Martin Hundebøll <martin@hundeboll.net>
pkgname=tio
-pkgver=1.34
+pkgver=1.35
pkgrel=1
pkgdesc="The simple TTY terminal I/O application"
url="http://tio.github.io/"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'arm' 'armv7h' 'armv6h' 'aarch64')
license=('GPLv2')
depends=('glibc')
makedepends=('meson')
source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('ec5f659fcab6ebab5ff3aa8737d67809441e6f69f62fc8f38ab11986908254e1')
+sha256sums=('1309ecde7675f4e97cf363a8ab96ff668e14ab3f2176a15b6d626731251c9d09')
build() {
cd "$srcdir/$pkgname-$pkgver"