summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f38357e510d..ce115934672d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: endaaman <endaaman@frontier.hokudai.ac.jp>
pkgname=tym
-pkgver=3.1.2
+pkgver=3.1.3
pkgrel=1
-pkgdesc="A tiny term for minimalists"
+pkgdesc="Lua-configurable terminal emulator"
arch=('x86_64')
url="https://github.com/endaaman/tym"
license=('MIT')
-depends=('vte3' 'lua53')
+depends=('vte3' 'lua')
source=("https://github.com/endaaman/${pkgname}/releases/download/$pkgver/${pkgname}-$pkgver.tar.gz")
-sha1sums=('2defe4b752fbb3229bd928b89c855900530df43e')
+sha1sums=('e2cc1398701270033afac10f4c3af58b0541b2ec')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr