summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2018-10-13 21:52:53 +0900
committerendaaman2018-10-13 21:52:53 +0900
commit65fa74a526e7d6cd1d9560e4d58f332a21f4dc26 (patch)
treed7133a3f19952295fa6a5ff2e5c0cb41e504a135
parent185e5d539e8ca1c905946a9a5d56f4ef6ca958dd (diff)
downloadaur-65fa74a526e7d6cd1d9560e4d58f332a21f4dc26.tar.gz
bump version to 2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 347969406a8f..54b9323d8dec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Aug 16 17:47:44 UTC 2018
+# Sat Oct 13 12:52:50 UTC 2018
pkgbase = tym
pkgdesc = A tiny term for minimalists
- pkgver = 1.1.0
+ pkgver = 2.0.0
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/1.1.0/tym-1.1.0.tar.gz
- sha1sums = 6c10d64a83cd84743a6bff112aefa6c931425d67
+ source = https://github.com/endaaman/tym/releases/download/2.0.0/tym-2.0.0.tar.gz
+ sha1sums = f27da73e6c673a7284af2c0051d70f958fdaa300
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index 03f8dd7cd029..2e0852616033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=1.1.0
+pkgver=2.0.0
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=('6c10d64a83cd84743a6bff112aefa6c931425d67')
+sha1sums=('f27da73e6c673a7284af2c0051d70f958fdaa300')
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr