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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Jun 30 17:05:09 UTC 2014


    Date: Monday, June 30, 2014 @ 19:05:07
  Author: andrea
Revision: 215845

upgpkg: qoauth 1.0.1-5

MTREE rebuild

Modified:
  qoauth/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 17:03:03 UTC (rev 215844)
+++ PKGBUILD	2014-06-30 17:05:07 UTC (rev 215845)
@@ -4,7 +4,7 @@
 
 pkgname=qoauth
 pkgver=1.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Support with OAuth-powered network services"
 url='http://github.com/ayoy/qoauth'
 license=('GPL')
@@ -14,12 +14,15 @@
 source=("http://files.ayoy.net/qoauth/release/current/src/${pkgname}-${pkgver}-src.tar.bz2")
 md5sums=('bcb6d01e6c9a6fb22099c9e0f5889578')
 
-build() {
+prepare() {
   cd ${pkgname}-${pkgver}-src
 
   # Install libraries in /usr/lib/
   sed -i 's|lib64|lib|' src/src.pro
+}
 
+build() {
+  cd ${pkgname}-${pkgver}-src
   qmake-qt4
   make
 }




More information about the arch-commits mailing list