summaryrefslogtreecommitdiff
path: root/extra/qoauth/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/qoauth/PKGBUILD')
-rw-r--r--extra/qoauth/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/qoauth/PKGBUILD b/extra/qoauth/PKGBUILD
index de947b29e..594d23d8f 100644
--- a/extra/qoauth/PKGBUILD
+++ b/extra/qoauth/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 179067 2013-03-02 22:33:09Z andrea $
+# $Id: PKGBUILD 215846 2014-06-30 17:05:17Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Peter Richard Lewis <plewis@aur.archlinux.org>
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 @@ makedepends=('cmake' 'automoc4')
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
}