diff options
Diffstat (limited to 'community/qupzilla/PKGBUILD')
-rw-r--r-- | community/qupzilla/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD index 0e19921fc..c08e08664 100644 --- a/community/qupzilla/PKGBUILD +++ b/community/qupzilla/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 71945 2012-06-03 23:57:58Z speps $ +# $Id: PKGBUILD 73609 2012-07-11 23:14:36Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> _name=QupZilla pkgname=qupzilla -pkgver=1.2.0 +pkgver=1.3.0 pkgrel=1 pkgdesc="Cross-platform QtWebKit browser" arch=(i686 x86_64) @@ -12,7 +12,7 @@ license=('GPL3') depends=('qtwebkit' 'gtk-update-icon-cache') install="$pkgname.install" source=("https://github.com/$_name/$pkgname/tarball/v$pkgver") -md5sums=('fc689dcda60a45d7b1aed32ecb851c1a') +md5sums=('c7c1a84a8838496717f67e7be268ddf9') build() { cd "$srcdir/$_name-$pkgname-"* |