summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Di Luigi2016-02-23 15:36:21 +0100
committerWilliam Di Luigi2016-02-23 15:36:21 +0100
commit8e9d8cd38a561bf80aa8a7143db4a9aa81cc4a74 (patch)
treefcf6af33712e6849a1b47cf8cfcd953075ebcf6e
parentad150016db1a574c13ee290942cacf37e4162599 (diff)
downloadaur-8e9d8cd38a561bf80aa8a7143db4a9aa81cc4a74.tar.gz
Update to 0.3.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c29cc8a05da9..2b3562f04473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by makepkg 5.0.0
-# Fri Feb 19 15:29:26 UTC 2016
+# Tue Feb 23 14:36:06 UTC 2016
pkgbase = tilde
pkgdesc = An intuitive text editor for the terminal.
- pkgver = 0.3.6
+ pkgver = 0.3.7
pkgrel = 1
url = http://os.ghalkes.nl/tilde.html
arch = x86_64
arch = i686
license = GPL3
- depends = libt3widget>=0.5.0
+ depends = libt3widget>=0.5.2
depends = libt3highlight>=0.4.0
options = !libtool
- source = http://os.ghalkes.nl/dist/tilde-0.3.6.tar.bz2
- md5sums = 44ee789a8be3417e0f81b29938addb8d
+ source = http://os.ghalkes.nl/dist/tilde-0.3.7.tar.bz2
+ md5sums = 6889b9a68e2b6f9f3598d6a9b3feaba6
pkgname = tilde
diff --git a/PKGBUILD b/PKGBUILD
index f823feb36578..de8edab2ce3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: William Di Luigi <williamdiluigi@gmail.com>
pkgname=tilde
-pkgver=0.3.6
+pkgver=0.3.7
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=('libt3widget>=0.5.0' 'libt3highlight>=0.4.0')
+depends=('libt3widget>=0.5.2' 'libt3highlight>=0.4.0')
makedepends=()
optdepends=()
conflicts=()
@@ -20,7 +20,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('44ee789a8be3417e0f81b29938addb8d')
+md5sums=('6889b9a68e2b6f9f3598d6a9b3feaba6')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"