summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrob2uk2016-06-08 16:19:17 +0200
committerrob2uk2016-06-08 16:19:17 +0200
commitac06e7b378c4c2f5375acb04d59168d876cf4d4f (patch)
treefc6f4b87b32b2e800a44932bcdcfcc7b66c6f60a
parent6b50824fd90c10d8e1c3201a3cd6386c27dfa321 (diff)
downloadaur-ac06e7b378c4c2f5375acb04d59168d876cf4d4f.tar.gz
adopted, fixed dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d45993bf3a1a..4e56b8f41b28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilda-git
pkgdesc = Linux terminal based on classic terminals from first person shooter games
- pkgver = 5a6496c
+ pkgver = 284651c
pkgrel = 1
url = https://github.com/lanoxx/tilda
arch = i686
@@ -8,7 +8,7 @@ pkgbase = tilda-git
license = GPL
makedepends = git
depends = gtk3
- depends = vte290
+ depends = vte3
depends = glib2
depends = confuse
depends = libglade
diff --git a/PKGBUILD b/PKGBUILD
index 882c6f17bdd2..beb2d4ab0f79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-#! /bin/sh
+# Maintainer: Rob Lynn <rob22uk at gmail dot com>
# Contributor: DerFlob <derflob at derflob dot de>
-# Maintainer: Jorge Barroso <jorge.barroso.11 at gmail dot com>
+# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
pkgname=tilda-git
_gitname=tilda
-pkgver=5a6496c
+pkgver=284651c
pkgrel=1
pkgdesc="Linux terminal based on classic terminals from first person shooter games"
arch=('i686' 'x86_64')
url="https://github.com/lanoxx/tilda"
license=('GPL')
-depends=('gtk3' 'vte290' 'glib2' 'confuse' 'libglade')
+depends=('gtk3' 'vte3' 'glib2' 'confuse' 'libglade')
makedepends=('git')
provides=('tilda')
conflicts=('tilda')
@@ -35,4 +35,4 @@ package() {
sed -i 's|applications/tilda.png|pixmaps/tilda.png|' "$pkgdir/usr/share/applications/tilda.desktop"
}
-# vim:set ts=2 sw=2 et: \ No newline at end of file
+# vim:set ts=2 sw=2 et: