summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2022-05-30 16:40:33 +0900
committerendaaman2022-05-30 16:40:33 +0900
commit3a7a4079f5abd90c0be1822c8d6046acc77a9f86 (patch)
tree96f8a9a88b72c6d90a2d26c99c3c28e96d0143dd
parentd884e72bcf215ee60ada639281cb4e40cdfeb496 (diff)
downloadaur-3a7a4079f5abd90c0be1822c8d6046acc77a9f86.tar.gz
bump version to 3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6355dba955..ee10d1fcbbcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tym
pkgdesc = Lua-configurable terminal emulator
- pkgver = 3.2.0
+ pkgver = 3.3.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.2.0/tym-3.2.0.tar.gz
- sha1sums = 0c884ef9560ce2b65ed4991c03a559de58c66982
+ source = https://github.com/endaaman/tym/releases/download/3.3.0/tym-3.3.0.tar.gz
+ sha1sums = bc4f2bdb7698bb45e3371fd559916250ae57dc65
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 4ee56eac5844..8725b509568b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: endaaman <endaaman@frontier.hokudai.ac.jp>
pkgname=tym
-pkgver=3.2.0
+pkgver=3.3.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=('0c884ef9560ce2b65ed4991c03a559de58c66982')
+sha1sums=('bc4f2bdb7698bb45e3371fd559916250ae57dc65')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr