summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2023-01-24 11:35:10 +0900
committerendaaman2023-01-24 11:35:10 +0900
commit105ac7bef09fa5ff4dfd0628ac8b02b947a44fa3 (patch)
treeb49b6792a063e9b8aaa32eae705032da79021732
parent3a7a4079f5abd90c0be1822c8d6046acc77a9f86 (diff)
downloadaur-105ac7bef09fa5ff4dfd0628ac8b02b947a44fa3.tar.gz
bump version to 3.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee10d1fcbbcd..158434f97e9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tym
pkgdesc = Lua-configurable terminal emulator
- pkgver = 3.3.0
+ pkgver = 3.4.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.3.0/tym-3.3.0.tar.gz
- sha1sums = bc4f2bdb7698bb45e3371fd559916250ae57dc65
+ source = https://github.com/endaaman/tym/releases/download/3.4.0/tym-3.4.0.tar.gz
+ sha256sums = 83cdf9bb1dcea4f70c27acc641caa422bbf3988e885f8a5e66e1bf68e559ec45
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 8725b509568b..67e7b53fca53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: endaaman <endaaman@frontier.hokudai.ac.jp>
pkgname=tym
-pkgver=3.3.0
+pkgver=3.4.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=('bc4f2bdb7698bb45e3371fd559916250ae57dc65')
+sha256sums=('83cdf9bb1dcea4f70c27acc641caa422bbf3988e885f8a5e66e1bf68e559ec45')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr