[arch-commits] Commit in libmygpo-qt/trunk (PKGBUILD)
Andrea Scarpino
andrea at archlinux.org
Sun Oct 14 02:16:50 UTC 2012
Date: Saturday, October 13, 2012 @ 22:16:49
Author: andrea
Revision: 168682
upgpkg: libmygpo-qt 1.0.6-1
Upstream release
Modified:
libmygpo-qt/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-10-14 00:39:34 UTC (rev 168681)
+++ PKGBUILD 2012-10-14 02:16:49 UTC (rev 168682)
@@ -3,19 +3,18 @@
# Contributor: Andrea Scarpino <andrea at 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 @@
}
package(){
- cd "${srcdir}/build"
+ cd build
make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list