[arch-commits] Commit in libmsn/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Dec 12 19:56:19 UTC 2009


    Date: Saturday, December 12, 2009 @ 14:56:19
  Author: ibiru
Revision: 61165

Merged revisions 61143,61145,61164 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libmsn/trunk

........
  r61143 | andrea | 2009-12-12 17:24:23 +0200 (Sat, 12 Dec 2009) | 2 lines
  
  upgpkg: libmsn 4.0beta8-2
      downgraded (kdenetwork 4.3.4 does not build with this version)
........
  r61145 | andrea | 2009-12-12 17:30:44 +0200 (Sat, 12 Dec 2009) | 1 line
  
  prepare kde-unstable repo
........
  r61164 | ibiru | 2009-12-12 21:55:33 +0200 (Sat, 12 Dec 2009) | 3 lines
  
  upgpkg: libmsn 4.0beta8-2
       downgraded (kdenetwork 4.3.4 does not build with this version)
........

Modified:
  libmsn/repos/extra-x86_64/	(properties)
  libmsn/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)


Property changes on: libmsn/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libmsn/trunk:1-61094
   + /libmsn/trunk:1-61164

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-12-12 19:55:33 UTC (rev 61164)
+++ extra-x86_64/PKGBUILD	2009-12-12 19:56:19 UTC (rev 61165)
@@ -3,22 +3,24 @@
 # Contributor: Charly Ghislain <charlyghislain at gmail.com>
 
 pkgname=libmsn
-pkgver=4.0
-pkgrel=1
+pkgver=4.0beta8
+_pkgver=4.0-beta8
+pkgrel=2
 pkgdesc="A reusable, open-source, fully documented library for connecting to Microsoft's MSN"
 url="http://sourceforge.net/projects/libmsn/"
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('openssl')
 makedepends=('cmake')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('027442e7366dac7c365e8e57eabffc4a')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2)
+md5sums=('29d110b36402cfb0c3affeb10be8a6c6')
+options=('force')
 
 build() {
   cd ${srcdir}
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../${pkgname}-${_pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release || return 1
   make DESTDIR=${pkgdir} install




More information about the arch-commits mailing list