summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2014-11-27 17:46:16 +0200
committerAdrian Perez de Castro2015-07-13 19:06:09 +0300
commit131234f5c8b64ed1ae79c14e3fe141f640fe4022 (patch)
treecb790ac7341fda50babb1d4c7df941f295886a15
parentce2469a53b14683746289799831572d79e7c6550 (diff)
downloadaur-131234f5c8b64ed1ae79c14e3fe141f640fe4022.tar.gz
Use vte290 instead of vte3
-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 () {