[arch-commits] Commit in qupzilla/trunk (PKGBUILD)

speps speps at nymeria.archlinux.org
Thu Jan 2 18:15:35 UTC 2014


    Date: Thursday, January 2, 2014 @ 19:15:35
  Author: speps
Revision: 103292

upgpkg: qupzilla 1.6.0-1

Modified:
  qupzilla/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-02 16:49:32 UTC (rev 103291)
+++ PKGBUILD	2014-01-02 18:15:35 UTC (rev 103292)
@@ -3,8 +3,8 @@
 
 pkgbase=qupzilla
 pkgname=(qupzilla qupzilla-qt5)
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Cross-platform QtWebKit browser"
 arch=(i686 x86_64)
 url="http://www.qupzilla.com/"
@@ -11,10 +11,10 @@
 license=('GPL3')
 makedepends=('qtwebkit' 'qt5-webkit' 'qt5-script' 'hunspell')
 optdepends=('bash-completion: bash completion support')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/$pkgbase/tarball/v$pkgver")
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/QupZilla/qupzilla/archive/v$pkgver.tar.gz")
 noextract=("$pkgbase-$pkgver.tar.gz")
 install="$pkgbase.install"
-md5sums=('cfbf5cd23d184275c389c79a39a28631')
+md5sums=('2988c3afbef2612fd4acdb78ebb1fc35')
 
 prepare() {
   # extract
@@ -44,7 +44,7 @@
   make INSTALL_ROOT="$pkgdir/" install
 
   # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
+  install -Dm644 linux/completion/_$pkgbase \
     "$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
 }
 
@@ -58,7 +58,7 @@
   make INSTALL_ROOT="$pkgdir/" install
 
   # zsh completion
-  install -Dm644 linux/completion/zsh_completion.sh \
+  install -Dm644 linux/completion/_$pkgbase \
     "$pkgdir/usr/share/zsh/site-functions/_$pkgbase"
 }
 




More information about the arch-commits mailing list