[arch-commits] Commit in libmygpo-qt/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Nov 15 16:35:21 UTC 2011


    Date: Tuesday, November 15, 2011 @ 11:35:21
  Author: andrea
Revision: 142809

upgpkg: libmygpo-qt 1.0.5-1

Upstream release

Modified:
  libmygpo-qt/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-15 14:48:15 UTC (rev 142808)
+++ PKGBUILD	2011-11-15 16:35:21 UTC (rev 142809)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=libmygpo-qt
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="A C++/Qt client library for gpodder.net"
 arch=('i686' 'x86_64')
@@ -11,13 +12,13 @@
 depends=('qjson')
 makedepends=('cmake')
 source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz")
-md5sums=('9c840d6a7dc96055c6eb5a7d36d02a7c')
+md5sums=('37af04b1e944f982e35b69c04b5d1b0f')
 
 build() {
   cd "${srcdir}"
   mkdir build
   cd build
-  cmake ../${pkgname} \
+  cmake ../${pkgname}.${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr
   make




More information about the arch-commits mailing list