summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorendaaman2017-09-01 16:08:28 +0900
committerendaaman2017-09-01 16:08:28 +0900
commit21b214db42fb91c5e06ff145bd4a5f1e5f4be318 (patch)
tree87bac5b215c04e44210100081518e967583f5303
parentab83b43923eb029a6dc37e9cfbdfc5e7ed4f1fb1 (diff)
downloadaur-21b214db42fb91c5e06ff145bd4a5f1e5f4be318.tar.gz
bump version to 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a6c700e396..9d202ed52ee7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Aug 31 22:26:55 UTC 2017
+# Fri Sep 1 07:07:29 UTC 2017
pkgbase = tym
pkgdesc = A tiny term for minimalists
- pkgver = 1.0.0
+ pkgver = 1.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/1.0.0/tym-1.0.0.tar.gz
+ source = https://github.com/endaaman/tym/releases/download/1.0.1/tym-1.0.1.tar.gz
sha1sums = 83c1a862e01ddbd499b33b56f1058f7a516786d4
pkgname = tym
diff --git a/PKGBUILD b/PKGBUILD
index c3d7825768a9..e950f405a5bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ken Enda <buhibuhidog@gmail.com>
pkgname=tym
-pkgver=1.0.0
+pkgver=1.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=('83c1a862e01ddbd499b33b56f1058f7a516786d4')
+sha1sums=('e7e2105aac7ce4c96e017007a5f363b8dde56522')
build() {
cd "$pkgname-$pkgver"