summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2022-02-25 10:37:03 +0900
committerendaaman2022-02-25 10:37:03 +0900
commitd884e72bcf215ee60ada639281cb4e40cdfeb496 (patch)
treec800e0143b5501bc45196a016a4d2cc279fbd275
parent4634ac1992d72f773dadfda746a5835817413906 (diff)
downloadaur-d884e72bcf215ee60ada639281cb4e40cdfeb496.tar.gz
bump version to 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1c5c9c44b96..5e6355dba955 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tym
pkgdesc = Lua-configurable terminal emulator
- pkgver = 3.1.3
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/endaaman/tym
arch = x86_64
license = MIT
depends = vte3
depends = lua
- source = https://github.com/endaaman/tym/releases/download/3.1.3/tym-3.1.3.tar.gz
- sha1sums = e2cc1398701270033afac10f4c3af58b0541b2ec
+ source = https://github.com/endaaman/tym/releases/download/3.2.0/tym-3.2.0.tar.gz
+ sha1sums = 0c884ef9560ce2b65ed4991c03a559de58c66982
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index ce115934672d..4ee56eac5844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: endaaman <endaaman@frontier.hokudai.ac.jp>
pkgname=tym
-pkgver=3.1.3
+pkgver=3.2.0
pkgrel=1
pkgdesc="Lua-configurable terminal emulator"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/endaaman/tym"
license=('MIT')
depends=('vte3' 'lua')
source=("https://github.com/endaaman/${pkgname}/releases/download/$pkgver/${pkgname}-$pkgver.tar.gz")
-sha1sums=('e2cc1398701270033afac10f4c3af58b0541b2ec')
+sha1sums=('0c884ef9560ce2b65ed4991c03a559de58c66982')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr