diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-28 11:07:39 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-28 11:07:39 +0200 |
commit | 806ca548788626fe84773cbe06fd55bef805d185 (patch) | |
tree | d53fb8e39a208a3ef32d7538cd0dd6bed28690b0 /community/qupzilla/PKGBUILD | |
parent | f64b3623ffcd182eeabcc818db3e900cdd072817 (diff) | |
parent | f38edbff3878008c8b2ae1ca8a496c349763017b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtk-kde4/PKGBUILD
community/hubbub/PKGBUILD
community/libcss/PKGBUILD
community/libnsbmp/PKGBUILD
community/libnsgif/PKGBUILD
community/libwapcaplet/PKGBUILD
extra/gdb/PKGBUILD
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-"* |