git » libmygpo-qt.git » commit 42c0d3b

Upstream release

author Andrea Scarpino
2012-10-14 02:16:49 UTC
committer Andrea Scarpino
2012-10-14 02:16:49 UTC
parent fb60c5f54289ee007e6d42a8b24a0a7db691590c

Upstream release

PKGBUILD +4 -5

diff --git a/PKGBUILD b/PKGBUILD
index 68da096..dcfdf64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
 # 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} \
@@ -24,6 +23,6 @@ build() {
 }
 
 package(){
-  cd "${srcdir}/build"
+  cd build
   make DESTDIR="${pkgdir}" install
 }