summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGertjan Halkes2022-01-29 18:46:47 +0100
committerGertjan Halkes2022-01-29 18:46:47 +0100
commitf66c37b631041d6ef3c08b5be5e3ca7b764306ad (patch)
tree5b17c2c60a4ab71b1dae23b29e70453754db47f4
parentcfe1ea47c60a502a9f6e9831b283234cf49b2135 (diff)
downloadaur-tilde.tar.gz
Upload version 1.1.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 953e601e092a..e04cd0ad23e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilde
pkgdesc = An intuitive text editor for the terminal.
- pkgver = 1.1.2
+ pkgver = 1.1.3
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 = c3b39031602f22549a8d504b40cb20db
+ md5sums = 1d887c6b7c835af8b7fda54289ebcc59
pkgname = tilde
diff --git a/PKGBUILD b/PKGBUILD
index 61ae466b305d..9ea0f9072d43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: William Di Luigi <williamdiluigi@gmail.com>
pkgname=tilde
-pkgver=1.1.2
+pkgver=1.1.3
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=('c3b39031602f22549a8d504b40cb20db')
+md5sums=('1d887c6b7c835af8b7fda54289ebcc59')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"