Date: Tuesday, January 29, 2013 @ 02:36:22 Author: speps Revision: 83298
upgpkg: qupzilla 1.3.5_git20130128-1 Modified: qupzilla/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-29 01:23:49 UTC (rev 83297) +++ PKGBUILD 2013-01-29 01:36:22 UTC (rev 83298) @@ -2,29 +2,22 @@ # Maintainer: speps <speps at aur dot archlinux dot org> _name=QupZilla +_commit=fbfcc70 pkgname=qupzilla -pkgver=1.3.5 -pkgrel=3 +pkgver=1.3.5_git20130128 +pkgrel=1 pkgdesc="Cross-platform QtWebKit browser" arch=(i686 x86_64) url="http://www.qupzilla.com/" license=('GPL3') depends=('qtwebkit') install="$pkgname.install" -source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/v$pkgver" - "https://github.com/QupZilla/qupzilla/commit/37da53731c6c92b4ece0bdb6e264472adf2f6d9.patch" - "https://github.com/QupZilla/qupzilla/commit/7a1bbd993d6f54d01b88a8d1f05bcfe0dec1c2b5.patch") -md5sums=('95d19c0e22c6dbf605b760125a4b7ef3' - 'c40fbec4f2d6877b6536834c45ec6323' - 'ace1933025c3fba757911336560b00d0') +source=("$pkgname-$pkgver.tar.gz::https://github.com/$_name/$pkgname/tarball/$_commit") +md5sums=('ff8bd77f785335a8157aceb3cd54507a') build() { cd "$srcdir/$_name-$pkgname-"* - # FS#32840 - patch -p1 -i "$srcdir/${source[1]##*/}" #624 - Don't crash on adblock menu when adblock is disabled. - patch -p1 -i "$srcdir/${source[2]##*/}" #652 - Infinite loop on bookmarking a page while history is empty - # enable webgl support export USE_WEBGL=true
