summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f13f3718ca2..1a74a4d288f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname='dwt'
-pkgver='0.3'
+pkgver='0.4'
pkgrel='1'
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=('8cc638054b8094465e769956c647e1477af3a56f')
+sha1sums=('a13469c32c0437b31b20ea1d77b96dca2bc685f8')
arch=('i686' 'x86_64' 'arm')
-depends=('vte3' 'terminus-font')
+depends=('vte3')
options=('strip' 'zipman')
build () {