diff options
Diffstat (limited to 'libre/qupzilla-libre/PKGBUILD')
-rw-r--r-- | libre/qupzilla-libre/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/qupzilla-libre/PKGBUILD b/libre/qupzilla-libre/PKGBUILD index e46a7d347..91420fb97 100644 --- a/libre/qupzilla-libre/PKGBUILD +++ b/libre/qupzilla-libre/PKGBUILD @@ -6,7 +6,7 @@ _name=QupZilla _pkgname=qupzilla pkgname=qupzilla-libre pkgver=1.4.3 -pkgrel=1 +pkgrel=1.1 pkgdesc="Cross-platform QtWebKit browser, without Google, Youtube and Facebook recommendation" arch=(i686 x86_64 mips64el) url="http://www.qupzilla.com/" @@ -20,7 +20,7 @@ provides=$_pkgname=$pkgver source=("$_pkgname-$pkgver.tar.gz::https://github.com/$_name/$_pkgname/tarball/v$pkgver" 'libre.patch') md5sums=('20187fcce11dbba876e1ee7dc5e32583' - 'baca20fcc0b45c118d7afc38bfc32a55') + '20c8304eb790cda5491078bf5bf71d49') prepare() { cd "$srcdir/$_name-$_pkgname-"* |