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