summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2018-12-28 17:01:57 +0900
committerendaaman2018-12-28 17:01:57 +0900
commitba3f1b50f43b8e66d943a9aa3d1016a5e70e8690 (patch)
tree287ac22a1b1600a4297c15ae876990d9e5884bcc
parent36de258851884d3014673505e827b61548b4de17 (diff)
downloadaur-ba3f1b50f43b8e66d943a9aa3d1016a5e70e8690.tar.gz
bump version to 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aaac9da507f..65153f01934e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Nov 17 18:33:08 UTC 2018
+# Fri Dec 28 08:00:55 UTC 2018
pkgbase = tym
pkgdesc = A tiny term for minimalists
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 2
url = https://github.com/endaaman/tym
arch = x86_64
license = MIT
depends = vte3
depends = lua
- source = https://github.com/endaaman/tym/releases/download/2.1.0/tym-2.1.0.tar.gz
+ source = https://github.com/endaaman/tym/releases/download/2.1.1/tym-2.1.1.tar.gz
sha1sums = 2058faf4c9a038090a929ff93321a78fcb5e29d6
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 7b34134957dd..0f2e07dcca8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=2
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=('2058faf4c9a038090a929ff93321a78fcb5e29d6')
+sha1sums=('8903b967844d7fce3b16665fa17cacdd72436d0b')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr