diff options
Diffstat (limited to 'community/qupzilla/PKGBUILD')
-rw-r--r-- | community/qupzilla/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/qupzilla/PKGBUILD b/community/qupzilla/PKGBUILD index e01510a80..5d14c5fa8 100644 --- a/community/qupzilla/PKGBUILD +++ b/community/qupzilla/PKGBUILD @@ -1,10 +1,9 @@ -# $Id: PKGBUILD 87097 2013-03-27 02:25:04Z speps $ +# $Id: PKGBUILD 89115 2013-04-26 22:11:32Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> _name=QupZilla -_commit=953ca72 # pkgname=qupzilla -pkgver=1.4.1_git20130326 +pkgver=1.4.2 pkgrel=1 pkgdesc="Cross-platform QtWebKit browser" arch=(i686 x86_64 mips64el) @@ -13,8 +12,8 @@ license=('GPL3') depends=('qtwebkit' 'hunspell') optdepends=('bash-completion: bash completion support') install="$pkgname.install" -source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit") -md5sums=('1b1b94a53a422436975b19f9ca05f006') +source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver") +md5sums=('e1989427fea976312ca4c0ec84ce41b2') build() { cd "$srcdir/$_name-$pkgname-"* |