summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 126cbe566208..cd3c1775a27a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tinyterm-git
pkgdesc = Very lightweight terminal emulator based on VTE (fork of tinyterm-svn package)
pkgver = 0.3.r1.g633d60e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lahwaacz/tinyterm
arch = i686
arch = x86_64
license = MIT
makedepends = git
- depends = vte
+ depends = vte-legacy
source = git://github.com/lahwaacz/tinyterm.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1ef5b07ac98f..75f31eb0c67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=tinyterm-git
_pkgname=tinyterm
pkgver=0.3.r1.g633d60e
-pkgrel=1
+pkgrel=2
pkgdesc="Very lightweight terminal emulator based on VTE (fork of tinyterm-svn package)"
arch=('i686' 'x86_64')
url="https://github.com/lahwaacz/tinyterm"
license=('MIT')
-depends=('vte')
+depends=('vte-legacy')
makedepends=('git')
source=('git://github.com/lahwaacz/tinyterm.git')
md5sums=('SKIP')