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 1dd044a50f23..69d096ea1aa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dwt
pkgdesc = Simple no-frills terminal emulator based on VTE
pkgver = 0.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/aperezdc/dwt
arch = i686
arch = x86_64
arch = arm
license = MIT
- depends = vte3
+ depends = vte290
options = strip
options = zipman
source = http://people.igalia.com/aperez/files/dwt-0.5.1.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 315a7cd400f8..1e5e081a1e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname='dwt'
pkgver='0.5.1'
-pkgrel='2'
+pkgrel='3'
pkgdesc='Simple no-frills terminal emulator based on VTE'
license='MIT'
url='https://github.com/aperezdc/dwt'
source=( "http://people.igalia.com/aperez/files/${pkgname}-${pkgver}.tar.xz" )
sha1sums=('120c61e790c269711854b8ef9fc360945af764e5')
arch=('i686' 'x86_64' 'arm')
-depends=('vte3')
+depends=('vte290')
options=('strip' 'zipman')
build () {