summaryrefslogtreecommitdiff
path: root/community/dwb/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/dwb/PKGBUILD')
-rw-r--r--community/dwb/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD
index fc644ea86..b1cefa398 100644
--- a/community/dwb/PKGBUILD
+++ b/community/dwb/PKGBUILD
@@ -1,9 +1,9 @@
-#$Id: PKGBUILD 78955 2012-10-28 00:21:35Z dwallace $
+#$Id: PKGBUILD 78983 2012-10-28 16:19:12Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: portix <portix at gmx.net>
pkgname=dwb
-pkgver=2012.10.27_3
+pkgver=2012.10.28
pkgrel=1
pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot"
url="http://portix.bitbucket.org/dwb/"
@@ -12,7 +12,6 @@ install=dwb.install
license=('GPL')
depends=('libwebkit' 'desktop-file-utils')
source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz)
-md5sums=('2d544b01d3cbee81cc9f6c1c77ca7528')
build() {
cd "${srcdir}"/"${pkgname}"-"${pkgver}"
@@ -22,3 +21,4 @@ package() {
cd "${srcdir}"/"${pkgname}"-"${pkgver}"
make DESTDIR=${pkgdir} install
}
+md5sums=('2fcf30fba7879357ed03bed580dd6968')