diff options
Diffstat (limited to 'community/dwb/PKGBUILD')
-rw-r--r-- | community/dwb/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD index 0579c9d73..1ef73ad83 100644 --- a/community/dwb/PKGBUILD +++ b/community/dwb/PKGBUILD @@ -1,10 +1,10 @@ -$Id: PKGBUILD 76661 2012-09-25 22:31:13Z 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.08.22 -pkgrel=3 +pkgver=2012.12.03 +pkgrel=1 pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot" url="http://portix.bitbucket.org/dwb/" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ install=dwb.install license=('GPL') depends=('libwebkit' 'desktop-file-utils') source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz) -md5sums=('5cdf3a2b3f8845071529b44e2d93d653') +md5sums=('cf2e0c8cbd852203deb322c14952756c') build() { cd "${srcdir}"/"${pkgname}"-"${pkgver}" |