summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Di Luigi2016-02-19 16:30:23 +0100
committerWilliam Di Luigi2016-02-19 16:30:23 +0100
commitad150016db1a574c13ee290942cacf37e4162599 (patch)
treeb54a23279a27d7d3357fae83396dd43229feae2c
parent65278ff8a1d807627540d7776622e5c0c82ce96f (diff)
downloadaur-ad150016db1a574c13ee290942cacf37e4162599.tar.gz
Update to 0.3.6
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7379a55c5abf..c29cc8a05da9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
-# Generated by mksrcinfo v8
-# Fri Jan 22 16:42:07 UTC 2016
+# Generated by makepkg 5.0.0
+# Fri Feb 19 15:29:26 UTC 2016
pkgbase = tilde
pkgdesc = An intuitive text editor for the terminal.
- pkgver = 0.3.4
- pkgrel = 2
+ pkgver = 0.3.6
+ pkgrel = 1
url = http://os.ghalkes.nl/tilde.html
arch = x86_64
arch = i686
license = GPL3
- depends = libt3widget>=0.2.0
- depends = libt3highlight>=0.2.1
+ depends = libt3widget>=0.5.0
+ depends = libt3highlight>=0.4.0
options = !libtool
- source = http://os.ghalkes.nl/dist/tilde-0.3.4.tar.bz2
- md5sums = 27d47aab32d643e8880397ec6fdb54b4
+ source = http://os.ghalkes.nl/dist/tilde-0.3.6.tar.bz2
+ md5sums = 44ee789a8be3417e0f81b29938addb8d
pkgname = tilde
diff --git a/PKGBUILD b/PKGBUILD
index 80d55b056dfd..f823feb36578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Gertjan Halkes <arch at ghalkes dot nl>
+# Contributor: William Di Luigi <williamdiluigi@gmail.com>
+
pkgname=tilde
-pkgver=0.3.4
-pkgrel=2
+pkgver=0.3.6
+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.2.0' 'libt3highlight>=0.2.1')
+depends=('libt3widget>=0.5.0' 'libt3highlight>=0.4.0')
makedepends=()
optdepends=()
conflicts=()
@@ -18,7 +20,7 @@ install=''
changelog=
source=("http://os.ghalkes.nl/dist/$pkgname-$pkgver.tar.bz2")
noextract=()
-md5sums=('27d47aab32d643e8880397ec6fdb54b4')
+md5sums=('44ee789a8be3417e0f81b29938addb8d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"