summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4be398b1ade..0c50e09477ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = tym
pkgdesc = A tiny term for minimalists
- pkgver = 2.2.0
+ pkgver = 2.2.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/2.2.0/tym-2.2.0.tar.gz
- sha1sums = e95c84a834f00eb6d58e5bb752833cc9061ed7af
+ source = https://github.com/endaaman/tym/releases/download/2.2.1/tym-2.2.1.tar.gz
+ sha1sums = 0e36d1c9599b808bfef946ca1277f1c833f71614
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 4e4cb454d08b..5ca09c353398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="A tiny term for minimalists"
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=('e95c84a834f00eb6d58e5bb752833cc9061ed7af')
+sha1sums=('0e36d1c9599b808bfef946ca1277f1c833f71614')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr