summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2019-01-09 04:30:23 +0900
committerendaaman2019-01-09 04:30:23 +0900
commitc4e8d7eadc328c3efed2787ffb9fce62089725e6 (patch)
treeae427d3c57e5c0b20de9811a1b4534f6edd21d97
parentba3f1b50f43b8e66d943a9aa3d1016a5e70e8690 (diff)
downloadaur-c4e8d7eadc328c3efed2787ffb9fce62089725e6.tar.gz
bump version to 2.1.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65153f01934e..f173ff31f016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Dec 28 08:00:55 UTC 2018
+# Tue Jan 8 19:29:50 UTC 2019
pkgbase = tym
pkgdesc = A tiny term for minimalists
- pkgver = 2.1.1
- pkgrel = 2
+ pkgver = 2.1.2
+ 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.1.1/tym-2.1.1.tar.gz
- sha1sums = 2058faf4c9a038090a929ff93321a78fcb5e29d6
+ source = https://github.com/endaaman/tym/releases/download/2.1.2/tym-2.1.2.tar.gz
+ sha1sums = 0891ed7cae46d957442dbf33f4097aa370fdee49
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 0f2e07dcca8c..9a36b417298a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
pkgdesc="A tiny term for minimalists"
arch=('x86_64')
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=('8903b967844d7fce3b16665fa17cacdd72436d0b')
+sha1sums=('0891ed7cae46d957442dbf33f4097aa370fdee49')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr