summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2018-10-14 13:26:11 +0900
committerendaaman2018-10-14 13:26:11 +0900
commit6ea49c57de2ac35f5b86d01e2f18d97aa30ed00b (patch)
tree7a2c61070f1c5caf6d915fac22ebbc36c7c99ce3
parent65fa74a526e7d6cd1d9560e4d58f332a21f4dc26 (diff)
downloadaur-6ea49c57de2ac35f5b86d01e2f18d97aa30ed00b.tar.gz
bump version to 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54b9323d8dec..2f457c570815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Oct 13 12:52:50 UTC 2018
+# Sun Oct 14 04:26:07 UTC 2018
pkgbase = tym
pkgdesc = A tiny term for minimalists
- pkgver = 2.0.0
+ pkgver = 2.0.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.0.0/tym-2.0.0.tar.gz
- sha1sums = f27da73e6c673a7284af2c0051d70f958fdaa300
+ source = https://github.com/endaaman/tym/releases/download/2.0.1/tym-2.0.1.tar.gz
+ sha1sums = ff55742e29bff293e3b117a152c91d890f74c47d
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 2e0852616033..99a840a4e827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=2.0.0
+pkgver=2.0.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=('f27da73e6c673a7284af2c0051d70f958fdaa300')
+sha1sums=('ff55742e29bff293e3b117a152c91d890f74c47d')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr