summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAetf2022-07-20 23:54:28 -0700
committerAetf2022-07-20 23:54:28 -0700
commit6cf311cee8bc156ed08ad2d89f1bb2f3ef20ffc4 (patch)
treedda0580f49d7447aa1c170fd2bf76d2bd44a9750
parentc59e6ede1a49261f273cce50b8876a99893885bf (diff)
downloadaur-libtsm-patched-git.tar.gz
Add aarch64
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4da680546b2..cc329b58354d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = libtsm-patched-git
pkgdesc = Terminal-emulator State Machine. Patched flavor (using patches from http://github.com/Aetf/libtsm)
- pkgver = 4.0.1.r1.g502ff6e
- pkgrel = 2
+ pkgver = 4.0.2.r4.g06d52d1
+ pkgrel = 1
url = http://www.freedesktop.org/wiki/Software/kmscon/libtsm
arch = x86_64
arch = armv7h
+ arch = aarch64
license = MIT
makedepends = cmake
makedepends = git
@@ -19,4 +20,3 @@ pkgbase = libtsm-patched-git
sha256sums = SKIP
pkgname = libtsm-patched-git
-
diff --git a/.gitignore b/.gitignore
index 5fe7e8ee3878..2b561697cc39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
# Ignore packages
*.pkg.tar.xz
+*.pkg.tar.zst
# Ignore log files
*.log
diff --git a/PKGBUILD b/PKGBUILD
index 18421617afd8..0c22f21174aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Aetf <aetf at unlimitedcodeworks dor xyz>
pkgname=libtsm-patched-git
_gitname=libtsm
-pkgver=4.0.1.r3.g8d299ab
+pkgver=4.0.2.r4.g06d52d1
pkgrel=1
pkgdesc="Terminal-emulator State Machine. Patched flavor (using patches from http://github.com/Aetf/libtsm)"
-arch=('x86_64' 'armv7h')
+arch=('x86_64' 'armv7h' 'aarch64')
url="http://www.freedesktop.org/wiki/Software/kmscon/$_gitname"
license=('MIT')
depends=(glibc)