summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGertjan Halkes2019-12-11 08:59:29 +0100
committerGertjan Halkes2019-12-11 08:59:29 +0100
commita632c2d7a70acab694d380c300486f53b95ed6cf (patch)
tree25a051ebfaab9440da80c25c8ab8f4ac7805c4d0
parentc8dbd8a6eaede0e45b13d365f261f9144b566f92 (diff)
downloadaur-a632c2d7a70acab694d380c300486f53b95ed6cf.tar.gz
Upload version 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f9adedcdff4..cbaf1546ac1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = tilde
pkgdesc = An intuitive text editor for the terminal.
- pkgver = 1.0.3
+ pkgver = 1.1.0
pkgrel = 1
url = http://os.ghalkes.nl/tilde.html
arch = x86_64
arch = i686
license = GPL3
depends = libtranscript>=0.2.0
- depends = libt3widget>=1.0.0
+ depends = libt3widget>=1.2.0
depends = libt3highlight>=0.4.0
- depends = libt3config>=0.2.6
+ depends = libt3config>=1.0.0
options = !libtool
source = http://os.ghalkes.nl/dist/tilde-1.0.0.tar.bz2
- md5sums = ef508c8170af75b565942560fcd1106d
+ md5sums = dc5b7c4457dd64d585985f68dd3741ac
pkgname = tilde
diff --git a/PKGBUILD b/PKGBUILD
index 2d974256f3b8..08c9130d5311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: William Di Luigi <williamdiluigi@gmail.com>
pkgname=tilde
-pkgver=1.0.3
+pkgver=1.1.0
pkgrel=1
pkgdesc="An intuitive text editor for the terminal."
arch=('x86_64' 'i686')
url="http://os.ghalkes.nl/$pkgname.html"
license=('GPL3')
groups=()
-depends=('libtranscript>=0.2.0' 'libt3widget>=1.0.0' 'libt3highlight>=0.4.0' 'libt3config>=0.2.6')
+depends=('libtranscript>=0.2.0' 'libt3widget>=1.2.0' 'libt3highlight>=0.4.0' 'libt3config>=1.0.0')
makedepends=()
optdepends=()
conflicts=()
@@ -20,7 +20,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('ef508c8170af75b565942560fcd1106d')
+md5sums=('dc5b7c4457dd64d585985f68dd3741ac')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"