summaryrefslogtreecommitdiff
path: root/extra/libmygpo-qt/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-10 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-09-10 23:14:36 +0000
commit1dc1efa50ce9926a6ed832bda2ebe3319485ac09 (patch)
tree25b059dc89bbd5f44377c1df6f612cf6556a6076 /extra/libmygpo-qt/PKGBUILD
parent42db4a0cf3a829fcd1bc2150669c6aa3c2984815 (diff)
Sat Sep 10 23:14:36 UTC 2011
Diffstat (limited to 'extra/libmygpo-qt/PKGBUILD')
-rw-r--r--extra/libmygpo-qt/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/libmygpo-qt/PKGBUILD b/extra/libmygpo-qt/PKGBUILD
index d75e8840c..eb6325f6e 100644
--- a/extra/libmygpo-qt/PKGBUILD
+++ b/extra/libmygpo-qt/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 124554 2011-05-22 22:58:16Z andrea $
+# $Id: PKGBUILD 137565 2011-09-09 17:36:39Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=libmygpo-qt
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="A C++/Qt client library for gpodder.net"
arch=('i686' 'x86_64')
@@ -11,13 +11,13 @@ license=('LGPL2.1')
depends=('qjson')
makedepends=('cmake')
source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz")
-md5sums=('0ed91cc9483f4634e8709a0ea95baeba')
+md5sums=('9c840d6a7dc96055c6eb5a7d36d02a7c')
build() {
cd "${srcdir}"
mkdir build
cd build
- cmake ../${pkgname}.${pkgver} \
+ cmake ../${pkgname} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr
make