diff options
author | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-08 23:14:35 +0000 |
commit | 40e90a19618851856689ef8697391d37ec6841a1 (patch) | |
tree | 7da3732dc1ee59e1b8c7aca11aee032f01eaa639 /community/uzbl | |
parent | 8a8ac56bbf82685c43072923560881e6b119ec66 (diff) |
Sat Oct 8 23:14:35 UTC 2011
Diffstat (limited to 'community/uzbl')
-rw-r--r-- | community/uzbl/PKGBUILD | 6 | ||||
-rw-r--r-- | community/uzbl/uzbl.install | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/community/uzbl/PKGBUILD b/community/uzbl/PKGBUILD index 98e006db0..25dfa6a08 100644 --- a/community/uzbl/PKGBUILD +++ b/community/uzbl/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 53737 2011-08-07 22:05:14Z lcarlier $ +# $Id: PKGBUILD 56503 2011-10-07 11:58:08Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Dieter Plaetinck <dieter@plaetinck.be> pkgbase=uzbl pkgname=('uzbl-core' 'uzbl-browser' 'uzbl-tabbed') -pkgver=2011.07.25 +pkgver=2011.10.01 pkgrel=1 arch=('i686' 'x86_64') url="http://www.uzbl.org" license=('GPL3') makedepends=('git' 'pkgconfig' 'libwebkit>=1.3.13') source=(uzbl-$pkgver.tar.gz::https://github.com/Dieterbe/uzbl/tarball/$pkgver) -md5sums=('96fed3e0c690df6bf4b46af6a9cd0194') +md5sums=('aadafc08ef56966cdafec00b9d09abd1') build() { cd "$srcdir"/Dieterbe-uzbl-* diff --git a/community/uzbl/uzbl.install b/community/uzbl/uzbl.install index ca5fc814b..500b114e7 100644 --- a/community/uzbl/uzbl.install +++ b/community/uzbl/uzbl.install @@ -3,7 +3,7 @@ post_install() { } post_upgrade() { - echo "Some incompatibily are introduced, please refer to http://www.uzbl.org/news.php?id=32" + echo "Some incompatibily are introduced, please refer to http://www.uzbl.org/news.php?id=38" } pre_remove() { |