summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2021-12-05 17:15:49 +0900
committerendaaman2021-12-05 17:19:36 +0900
commit4634ac1992d72f773dadfda746a5835817413906 (patch)
tree78d2196cddf4ec16ac037812002f2e3bc40f8897
parent1528e59609ab5cf00d2423f873f6bbb38bc637dc (diff)
downloadaur-4634ac1992d72f773dadfda746a5835817413906.tar.gz
bump version to 3.1.3
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 193065cf13c7..d1c5c9c44b96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = tym
- pkgdesc = A tiny term for minimalists
- pkgver = 3.1.2
+ pkgdesc = Lua-configurable terminal emulator
+ pkgver = 3.1.3
pkgrel = 1
url = https://github.com/endaaman/tym
arch = x86_64
license = MIT
depends = vte3
- depends = lua53
- source = https://github.com/endaaman/tym/releases/download/3.1.2/tym-3.1.2.tar.gz
- sha1sums = 2defe4b752fbb3229bd928b89c855900530df43e
+ depends = lua
+ source = https://github.com/endaaman/tym/releases/download/3.1.3/tym-3.1.3.tar.gz
+ sha1sums = e2cc1398701270033afac10f4c3af58b0541b2ec
pkgname = tym
-
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