diff options
author | root <root@rshg054.dnsready.net> | 2013-03-31 00:42:46 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-31 00:42:46 -0700 |
commit | bccd6b361bd252b2d32bc9a793c9e1b8448bfcd9 (patch) | |
tree | 36b3a3efb723f4bcf4bdcbc909481ec8c8092d58 /community/dwb | |
parent | ec8ec85d765aa7c0826e20196c70e20e0e4e7169 (diff) |
Sun Mar 31 00:42:46 PDT 2013
Diffstat (limited to 'community/dwb')
-rw-r--r-- | community/dwb/PKGBUILD | 10 | ||||
-rw-r--r-- | community/dwb/dwb.install | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD index 8414ae2b4..9c7fb1a8a 100644 --- a/community/dwb/PKGBUILD +++ b/community/dwb/PKGBUILD @@ -1,18 +1,19 @@ -#$Id: PKGBUILD 80801 2012-12-03 23:17:22Z dwallace $ +#$Id: PKGBUILD 87389 2013-03-30 14:49:30Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: portix <portix at gmx.net> pkgname=dwb -pkgver=2012.12.03 -pkgrel=1 +pkgver=2013.03.30 +pkgrel=2 pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot" url="http://portix.bitbucket.org/dwb/" arch=('i686' 'x86_64') install=dwb.install license=('GPL') depends=('libwebkit' 'desktop-file-utils') +makedepends=('json-c') source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz) -md5sums=('cf2e0c8cbd852203deb322c14952756c') +sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9) build() { cd "${srcdir}"/"${pkgname}"-"${pkgver}" @@ -20,5 +21,6 @@ build() { } package() { cd "${srcdir}"/"${pkgname}"-"${pkgver}" + export BASHCOMPLETION=/usr/share/bash-completion/completions make DESTDIR=${pkgdir} install } diff --git a/community/dwb/dwb.install b/community/dwb/dwb.install index 5a5553eba..abb6d38e4 100644 --- a/community/dwb/dwb.install +++ b/community/dwb/dwb.install @@ -1,5 +1,7 @@ post_install(){ update-desktop-database -q + echo "==> If you are using extensions you should update the extensions with" + echo "==> dwbem -u or dwbem -Nu" } post_upgrade(){ |