summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb75cdd9bed1..2b08a6013e2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dwt
pkgdesc = Simple no-frills terminal emulator based on VTE
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/aperezdc/dwt
arch = i686
@@ -10,8 +10,8 @@ pkgbase = dwt
depends = terminus-font
options = strip
options = zipman
- source = http://people.igalia.com/aperez/files/dwt-0.1.tar.xz
- sha1sums = 34edf979a79f916226d503386080bbfeb6915657
+ source = http://people.igalia.com/aperez/files/dwt-0.2.tar.xz
+ sha1sums = b046ad1dd89fd9b7e4a476160c643046d55dd9ac
pkgname = dwt
diff --git a/PKGBUILD b/PKGBUILD
index e7bd9fc7abc7..49ce3687e091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname='dwt'
-pkgver='0.1'
+pkgver='0.2'
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=('34edf979a79f916226d503386080bbfeb6915657')
+sha1sums=('b046ad1dd89fd9b7e4a476160c643046d55dd9ac')
arch=('i686' 'x86_64')
depends=('vte3' 'terminus-font')
options=('strip' 'zipman')