summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2023-02-12 19:41:23 +0900
committerendaaman2023-02-12 19:41:23 +0900
commit2ca9dadc47736a862ad29d59880393f2748ebda1 (patch)
tree668cf8ca2c7eff4bf97726477d5de9bfe49a7682
parent105ac7bef09fa5ff4dfd0628ac8b02b947a44fa3 (diff)
downloadaur-2ca9dadc47736a862ad29d59880393f2748ebda1.tar.gz
bump version to 3.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 158434f97e9f..fd79f802c50d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tym
pkgdesc = Lua-configurable terminal emulator
- pkgver = 3.4.0
+ pkgver = 3.4.1
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.4.0/tym-3.4.0.tar.gz
- sha256sums = 83cdf9bb1dcea4f70c27acc641caa422bbf3988e885f8a5e66e1bf68e559ec45
+ source = https://github.com/endaaman/tym/releases/download/3.4.1/tym-3.4.1.tar.gz
+ sha256sums = cd103c82d645f246404ebc6a837cd773d9d696c2328926a17a91dc2b66a2869b
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 67e7b53fca53..c370af0285a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: endaaman <endaaman@frontier.hokudai.ac.jp>
pkgname=tym
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=1
pkgdesc="Lua-configurable terminal emulator"
-arch=('x86_64')
+arch=("x86_64")
url="https://github.com/endaaman/tym"
-license=('MIT')
-depends=('vte3' 'lua')
+license=("MIT")
+depends=("vte3" 'lua')
source=("https://github.com/endaaman/${pkgname}/releases/download/$pkgver/${pkgname}-$pkgver.tar.gz")
-sha256sums=('83cdf9bb1dcea4f70c27acc641caa422bbf3988e885f8a5e66e1bf68e559ec45')
+sha256sums=("cd103c82d645f246404ebc6a837cd773d9d696c2328926a17a91dc2b66a2869b")
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr