summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-20 13:46:52 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-04-20 13:46:52 -0300
commitc50f1e985dedf0c20522d9f958cc5fbac878a167 (patch)
treeb394889b23f077be110876bf95ad44856c1745f9
parent50f89bfb9129c824de0bdec49bc0bb9ea5f1a846 (diff)
qupzilla-libre-1.6.5-1: updating version
-rw-r--r--libre/qupzilla-libre/PKGBUILD40
1 files changed, 20 insertions, 20 deletions
diff --git a/libre/qupzilla-libre/PKGBUILD b/libre/qupzilla-libre/PKGBUILD
index 9f1719679..6d7cbb839 100644
--- a/libre/qupzilla-libre/PKGBUILD
+++ b/libre/qupzilla-libre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 109422 2014-04-14 19:46:28Z speps $
+# $Id: PKGBUILD 109866 2014-04-19 22:54:04Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
_pkgbase=qupzilla
pkgbase=qupzilla-libre
-pkgname=(qupzilla-libre qupzilla-libre-qt5)
-pkgver=1.6.4
+pkgname=(qupzilla-libre qupzilla-libre-qt4)
+pkgver=1.6.5
pkgrel=1
arch=(i686 x86_64 mips64el)
url="http://www.qupzilla.com/"
@@ -18,7 +18,7 @@ source=("$_pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/
'speeddial.cpp.sed'
'start.html.sed')
noextract=("$_pkgbase-$pkgver.tar.gz")
-md5sums=('373eb86d376a90bea72558acda1e2ea8'
+md5sums=('4bc129b403f8e74b819ff28e78be27e3'
'1d926e97a5b287d40fb695f6516f2a06'
'0f166fa102af975b3b8ac030d477e9b8'
'77120a0c39ba8254e5b2c273910f029a')
@@ -58,15 +58,14 @@ build() {
}
package_qupzilla-libre() {
- pkgdesc="Cross-platform QtWebKit browser, without non-privacy search providers"
- depends=('qtwebkit' 'hunspell')
- optdepends=('kdelibs: kwallet integration'
- 'libgnome-keyring: gnome keyring integration')
- provides=(qupzilla=$pkgver)
- conflicts=qupzilla
- replaces=qupzilla
+ pkgdesc="Cross-platform QtWebKit browser (Qt5), without non-privacy search providers"
+ depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 'hicolor-icon-theme')
+ optdepends=('libgnome-keyring: gnome keyring integration')
+ provides=('qupzilla-qt5' "qupzilla=$pkgver")
+ conflicts=('qupzilla-qt5' 'qupzilla')
+ replaces=('qupzilla-qt5' 'qupzilla')
- cd qt4
+ cd qt5
make INSTALL_ROOT="$pkgdir/" install
# zsh completion
@@ -74,15 +73,16 @@ package_qupzilla-libre() {
"$pkgdir/usr/share/zsh/site-functions/_$_pkgbase"
}
-package_qupzilla-libre-qt5() {
- pkgdesc="Cross-platform QtWebKit browser (Qt5), without non-privacy search providers"
- depends=('qt5-webkit' 'qt5-script' 'hunspell' 'desktop-file-utils' 'hicolor-icon-theme')
- optdepends=('libgnome-keyring: gnome keyring integration')
- provides=('qupzilla-libre' "qupzilla-qt5=$pkgver")
- conflicts=('qupzilla-libre' 'qupzilla-qt5')
- replaces=qupzilla-qt5
+package_qupzilla-libre-qt4() {
+ pkgdesc="Cross-platform QtWebKit browser (Qt4), without non-privacy search providers"
+ depends=('qtwebkit' 'hunspell')
+ optdepends=('kdelibs: kwallet integration'
+ 'libgnome-keyring: gnome keyring integration')
+ provides=('qupzilla-libre' "qupzilla-qt4=$pkgver")
+ conflicts=('qupzilla-libre' 'qupzilla-qt4')
+ replaces=('qupzilla-qt4')
- cd qt5
+ cd qt4
make INSTALL_ROOT="$pkgdir/" install
# zsh completion