summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGertjan Halkes2020-05-24 11:42:41 +0200
committerGertjan Halkes2020-05-24 11:42:41 +0200
commitcfe1ea47c60a502a9f6e9831b283234cf49b2135 (patch)
tree63da05a197e831249dfceaa52a4f418c56d92d3f
parentfeca2bc92125eb3f7750ed624c982c53546e2d4e (diff)
downloadaur-cfe1ea47c60a502a9f6e9831b283234cf49b2135.tar.gz
Upload version 1.1.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63d12ec6fc9..953e601e092a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilde
pkgdesc = An intuitive text editor for the terminal.
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = http://os.ghalkes.nl/tilde.html
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = tilde
depends = libt3config>=1.0.0
options = !libtool
source = http://os.ghalkes.nl/dist/tilde-1.0.0.tar.bz2
- md5sums = 59cc8418c3f0e69d1cf3e4de2d3c313f
+ md5sums = c3b39031602f22549a8d504b40cb20db
pkgname = tilde
diff --git a/PKGBUILD b/PKGBUILD
index f98ac7afa4cf..61ae466b305d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: William Di Luigi <williamdiluigi@gmail.com>
pkgname=tilde
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="An intuitive text editor for the terminal."
arch=('x86_64' 'i686')
@@ -20,7 +20,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('59cc8418c3f0e69d1cf3e4de2d3c313f')
+md5sums=('c3b39031602f22549a8d504b40cb20db')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"