summaryrefslogtreecommitdiff
path: root/extra/libmygpo-qt
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-14 00:46:01 -0700
committerroot <root@rshg054.dnsready.net>2012-10-14 00:46:01 -0700
commit4eb56e1b3a80c84f2dddf2692310369dc9cbd31a (patch)
treeb31de2992989d616383f6552ba5d23b75701ef04 /extra/libmygpo-qt
parent21c295a86a10a3cd59802b2cf3ab7c24ebf0c608 (diff)
Sun Oct 14 00:45:38 PDT 2012
Diffstat (limited to 'extra/libmygpo-qt')
-rw-r--r--extra/libmygpo-qt/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/extra/libmygpo-qt/PKGBUILD b/extra/libmygpo-qt/PKGBUILD
index 0acf293b5..9d16abfcb 100644
--- a/extra/libmygpo-qt/PKGBUILD
+++ b/extra/libmygpo-qt/PKGBUILD
@@ -1,21 +1,20 @@
-# $Id: PKGBUILD 142810 2011-11-15 16:35:49Z andrea $
+# $Id: PKGBUILD 168683 2012-10-14 02:17:22Z andrea $
# Maintainer:
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=libmygpo-qt
-pkgver=1.0.5
+pkgver=1.0.6
pkgrel=1
pkgdesc="A C++/Qt client library for gpodder.net"
arch=('i686' 'x86_64')
url="http://wiki.gpodder.org/wiki/Libmygpo-qt"
license=('LGPL2.1')
depends=('qjson')
-makedepends=('cmake')
+makedepends=('cmake' 'doxygen')
source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz")
-md5sums=('37af04b1e944f982e35b69c04b5d1b0f')
+md5sums=('dd07ccc88eac954a3860aeda96aab7b1')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../${pkgname}.${pkgver} \
@@ -25,6 +24,6 @@ build() {
}
package(){
- cd "${srcdir}/build"
+ cd build
make DESTDIR="${pkgdir}" install
}