summaryrefslogtreecommitdiff
path: root/community/qupzilla
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
committerroot <root@rshg054.dnsready.net>2012-07-19 00:01:52 +0000
commit6b87f8519dc037f4fd4c19d8f36b7d7565559bd3 (patch)
tree4c1b86f91ce9c742867b6eecd4857b20919cd713 /community/qupzilla
parent63d179775e063452db6358e15b9847e7fc6c84b6 (diff)
Thu Jul 19 00:01:52 UTC 2012
Diffstat (limited to 'community/qupzilla')
-rw-r--r--community/qupzilla/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD
index c08e08664..6439f0a8c 100644
--- a/community/qupzilla/PKGBUILD
+++ b/community/qupzilla/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 73609 2012-07-11 23:14:36Z speps $
+# $Id: PKGBUILD 73955 2012-07-17 13:02:36Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
_name=QupZilla
pkgname=qupzilla
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc="Cross-platform QtWebKit browser"
arch=(i686 x86_64)
@@ -11,8 +11,8 @@ url="http://www.qupzilla.com/"
license=('GPL3')
depends=('qtwebkit' 'gtk-update-icon-cache')
install="$pkgname.install"
-source=("https://github.com/$_name/$pkgname/tarball/v$pkgver")
-md5sums=('c7c1a84a8838496717f67e7be268ddf9')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver")
+md5sums=('7b035f028a6ff4b20310fee4b1c3264f')
build() {
cd "$srcdir/$_name-$pkgname-"*