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

2020-12-23 Thread Allan McRae via arch-commits
Date: Thursday, December 24, 2020 @ 03:01:20
  Author: allan
Revision: 404963

upgpkg: libmpc 1.2.1-1: upstream update

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-24 02:36:13 UTC (rev 404962)
+++ PKGBUILD2020-12-24 03:01:20 UTC (rev 404963)
@@ -1,8 +1,8 @@
 # Maintainer: Allan McRae 
 
 pkgname=libmpc
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high 
precision"
 arch=('x86_64')
 url="http://www.multiprecision.org/;
@@ -9,7 +9,7 @@
 license=('LGPL')
 depends=('mpfr')
 source=(https://ftp.gnu.org/gnu/mpc/mpc-${pkgver/_/-}.tar.gz{,.sig})
-md5sums=('4125404e41e482ec68282a2e687f6c73'
+md5sums=('9f16c976c25bb0f76b50be749cd7a3a8'
  'SKIP')
 validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')  # Andreas Enge
 


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

2019-11-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 13, 2019 @ 17:09:10
  Author: foutrelis
Revision: 368289

[core] mass rebuild

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-13 17:09:01 UTC (rev 368288)
+++ PKGBUILD2019-11-13 17:09:10 UTC (rev 368289)
@@ -2,7 +2,7 @@
 
 pkgname=libmpc
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high 
precision"
 arch=('x86_64')
 url="http://www.multiprecision.org/;


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

2018-01-17 Thread Jan Steffens via arch-commits
Date: Wednesday, January 17, 2018 @ 14:08:51
  Author: heftig
Revision: 315014

1.1.0-1: with mpfr 4.0.0

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-17 14:08:38 UTC (rev 315013)
+++ PKGBUILD2018-01-17 14:08:51 UTC (rev 315014)
@@ -2,15 +2,15 @@
 # Maintainer: Allan McRae 
 
 pkgname=libmpc
-pkgver=1.0.3
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high 
precision"
 arch=('x86_64')
 url="http://www.multiprecision.org/;
 license=('LGPL')
 depends=('mpfr')
-source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
-md5sums=('d6a1d5f8ddea3abd2cc3e98f58352d26'
+source=(https://ftp.gnu.org/gnu/mpc/mpc-${pkgver/_/-}.tar.gz{,.sig})
+md5sums=('4125404e41e482ec68282a2e687f6c73'
  'SKIP')
 validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')  # Andreas Enge
 


[arch-commits] Commit in libmpc/trunk (PKGBUILD libmpc.install)

2016-04-30 Thread Allan McRae
Date: Sunday, May 1, 2016 @ 04:56:22
  Author: allan
Revision: 266708

upgpkg: libmpc 1.0.3-2

remove install file

Modified:
  libmpc/trunk/PKGBUILD
Deleted:
  libmpc/trunk/libmpc.install

+
 PKGBUILD   |3 +--
 libmpc.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-01 02:54:06 UTC (rev 266707)
+++ PKGBUILD2016-05-01 02:56:22 UTC (rev 266708)
@@ -3,13 +3,12 @@
 
 pkgname=libmpc
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for the arithmetic of complex numbers with arbitrarily high 
precision"
 arch=('i686' 'x86_64')
 url="http://www.multiprecision.org/;
 license=('LGPL')
 depends=('mpfr')
-install=libmpc.install
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
 md5sums=('d6a1d5f8ddea3abd2cc3e98f58352d26'
  'SKIP')

Deleted: libmpc.install
===
--- libmpc.install  2016-05-01 02:54:06 UTC (rev 266707)
+++ libmpc.install  2016-05-01 02:56:22 UTC (rev 266708)
@@ -1,20 +0,0 @@
-infodir=usr/share/info
-filelist=(libmpc.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}


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

2015-02-24 Thread Allan McRae
Date: Tuesday, February 24, 2015 @ 15:31:37
  Author: allan
Revision: 231841

upgpkg: libmpc 1.0.3-1

upstream update

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-24 14:06:18 UTC (rev 231840)
+++ PKGBUILD2015-02-24 14:31:37 UTC (rev 231841)
@@ -2,8 +2,8 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=libmpc
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org/;
@@ -11,7 +11,7 @@
 depends=('mpfr')
 install=libmpc.install
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
-md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
+md5sums=('d6a1d5f8ddea3abd2cc3e98f58352d26'
  'SKIP')
 validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')  # Andreas Enge
 


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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:41:50
  Author: allan
Revision: 228368

add pgp key

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 06:38:19 UTC (rev 228367)
+++ PKGBUILD2015-01-03 06:41:50 UTC (rev 228368)
@@ -13,7 +13,7 @@
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
 md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
  'SKIP')
-validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')
+validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')  # Andreas Enge
 
 build() {
   cd ${srcdir}/mpc-${pkgver}


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

2015-01-02 Thread Allan McRae
Date: Saturday, January 3, 2015 @ 07:33:49
  Author: allan
Revision: 228364

add pgp key

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-03 06:31:48 UTC (rev 228363)
+++ PKGBUILD2015-01-03 06:33:49 UTC (rev 228364)
@@ -13,6 +13,7 @@
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
 md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
  'SKIP')
+validpgpkeys=('AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3')
 
 build() {
   cd ${srcdir}/mpc-${pkgver}


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

2014-01-20 Thread Allan McRae
Date: Monday, January 20, 2014 @ 16:32:46
  Author: allan
Revision: 204464

upgpkg: libmpc 1.0.2-2

upstream fixed their tarball...

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-20 15:31:14 UTC (rev 204463)
+++ PKGBUILD2014-01-20 15:32:46 UTC (rev 204464)
@@ -3,8 +3,7 @@
 
 pkgname=libmpc
 pkgver=1.0.2
-_pkgver=1.0.1   # upstream stuff-up...
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org/;
@@ -12,22 +11,22 @@
 depends=('mpfr')
 install=libmpc.install
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
-md5sums=('b32a2e1a3daa392372fbd586d1ed3679'
+md5sums=('68fadff3358fb3e7976c7a398a0af4c3'
  'SKIP')
 
 build() {
-  cd ${srcdir}/mpc-${_pkgver}
+  cd ${srcdir}/mpc-${pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/mpc-${_pkgver}
+  cd ${srcdir}/mpc-${pkgver}
   make check
 }
 
 package() {
-  cd ${srcdir}/mpc-${_pkgver}
+  cd ${srcdir}/mpc-${pkgver}
   make DESTDIR=${pkgdir} install
   mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
 }



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

2014-01-18 Thread Allan McRae
Date: Sunday, January 19, 2014 @ 01:33:01
  Author: allan
Revision: 204391

upgpkg: libmpc 1.0.2-1

upstream update, version number in tarball folder is wrong...

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-18 23:50:02 UTC (rev 204390)
+++ PKGBUILD2014-01-19 00:33:01 UTC (rev 204391)
@@ -2,8 +2,9 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=libmpc
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+_pkgver=1.0.1   # upstream stuff-up...
+pkgrel=1
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org/;
@@ -12,21 +13,21 @@
 install=libmpc.install
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
 md5sums=('b32a2e1a3daa392372fbd586d1ed3679'
- 'c064863fbbb5831ba4f75f1181333862')
+ 'SKIP')
 
 build() {
-  cd ${srcdir}/mpc-${pkgver}
+  cd ${srcdir}/mpc-${_pkgver}
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd ${srcdir}/mpc-${pkgver}
+  cd ${srcdir}/mpc-${_pkgver}
   make check
 }
 
 package() {
-  cd ${srcdir}/mpc-${pkgver}
+  cd ${srcdir}/mpc-${_pkgver}
   make DESTDIR=${pkgdir} install
   mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
 }



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

2013-10-20 Thread Allan McRae
Date: Sunday, October 20, 2013 @ 15:02:03
  Author: allan
Revision: 196844

upgpkg: libmpc 1.0.1-2

remove static libraries

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-10-20 12:54:00 UTC (rev 196843)
+++ PKGBUILD2013-10-20 13:02:03 UTC (rev 196844)
@@ -3,13 +3,12 @@
 
 pkgname=libmpc
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org/;
 license=('LGPL')
-depends=('mpfr=3.0.0')
-options=('!libtool')
+depends=('mpfr')
 install=libmpc.install
 
source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
 md5sums=('b32a2e1a3daa392372fbd586d1ed3679'



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

2012-09-06 Thread Allan McRae
Date: Thursday, September 6, 2012 @ 21:11:34
  Author: allan
Revision: 166367

upgpkg: libmpc 1.0.1-1

upstream update

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-09-06 22:17:08 UTC (rev 166366)
+++ PKGBUILD2012-09-07 01:11:34 UTC (rev 166367)
@@ -2,7 +2,7 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=libmpc
-pkgver=1.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
@@ -11,8 +11,9 @@
 depends=('mpfr=3.0.0')
 options=('!libtool')
 install=libmpc.install
-source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
-md5sums=('13370ceb2e266c5eeb2f7e78c24b7858')
+source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz{,.sig})
+md5sums=('b32a2e1a3daa392372fbd586d1ed3679'
+ 'c064863fbbb5831ba4f75f1181333862')
 
 build() {
   cd ${srcdir}/mpc-${pkgver}



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

2012-08-11 Thread Allan McRae
Date: Saturday, August 11, 2012 @ 04:17:46
  Author: allan
Revision: 165109

upgpkg: libmpc 1.0-1

upstream update, soname bump

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-08-11 08:07:32 UTC (rev 165108)
+++ PKGBUILD2012-08-11 08:17:46 UTC (rev 165109)
@@ -2,8 +2,8 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=libmpc
-pkgver=0.9
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org/;
@@ -11,18 +11,11 @@
 depends=('mpfr=3.0.0')
 options=('!libtool')
 install=libmpc.install
-source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz
-libmpc-0.9-configure_cflags_egrep_issue.patch)
-md5sums=('0d6acab8d214bd7d1fbbc593e83dd00d'
- '35d5bb02dc6c1153e581b7c34a738a08')
+source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
+md5sums=('13370ceb2e266c5eeb2f7e78c24b7858')
 
 build() {
   cd ${srcdir}/mpc-${pkgver}
-
-  # 
http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-February/000805.html
-  patch -Np1 -i $srcdir/libmpc-0.9-configure_cflags_egrep_issue.patch
-  autoreconf
-  
   ./configure --prefix=/usr
   make
 }



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

2011-08-14 Thread Allan McRae
Date: Sunday, August 14, 2011 @ 05:33:40
  Author: allan
Revision: 135484

upgpkg: libmpc 0.9-2

complete toolchain with dependencies rebuild with new CFLAGS/LDFLAGS

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-08-14 09:33:15 UTC (rev 135483)
+++ PKGBUILD2011-08-14 09:33:40 UTC (rev 135484)
@@ -3,7 +3,7 @@
 
 pkgname=libmpc
 pkgver=0.9
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org/;



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

2011-06-28 Thread Allan McRae
Date: Wednesday, June 29, 2011 @ 00:23:14
  Author: allan
Revision: 129838

move make check into check function

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-06-29 04:18:00 UTC (rev 129837)
+++ PKGBUILD2011-06-29 04:23:14 UTC (rev 129838)
@@ -25,6 +25,10 @@
   
   ./configure --prefix=/usr
   make
+}
+
+check() {
+  cd ${srcdir}/mpc-${pkgver}
   make check
 }
 



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 11:14:39
  Author: stephane
Revision: 105864

upgpkg: libmpc 0.8.2-2
Rebuild of old package, Tidy up PKGBUILD

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 15:23:17 UTC (rev 105863)
+++ PKGBUILD2011-01-13 16:14:39 UTC (rev 105864)
@@ -6,7 +6,7 @@
 pkgrel=2
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
-url=http://www.multiprecision.org;
+url=http://www.multiprecision.org/;
 license=('LGPL')
 depends=('mpfr=3.0.0')
 options=('!libtool')
@@ -15,14 +15,14 @@
 md5sums=('e98267ebd5648a39f881d66797122fb6')
 
 build() {
-  cd $srcdir/mpc-$pkgver
+  cd ${srcdir}/mpc-${pkgver}
   ./configure --prefix=/usr
   make
   make check
 }
 
 package() {
-  cd $srcdir/mpc-$pkgver
-  make DESTDIR=$pkgdir/ install
-  mv -f $pkgdir/usr/share/info/{mpc,libmpc}.info
+  cd ${srcdir}/mpc-${pkgver}
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/usr/share/info/{mpc,libmpc}.info
 }



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

2011-01-13 Thread Stéphane Gaudreault
Date: Thursday, January 13, 2011 @ 20:41:49
  Author: stephane
Revision: 105900

upgpkg: libmpc 0.8.2-3
bump pkgrel

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-13 21:48:52 UTC (rev 105899)
+++ PKGBUILD2011-01-14 01:41:49 UTC (rev 105900)
@@ -3,7 +3,7 @@
 
 pkgname=libmpc
 pkgver=0.8.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org/;



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

2010-06-11 Thread Allan McRae
Date: Friday, June 11, 2010 @ 02:42:48
  Author: allan
Revision: 82441

upgpkg: libmpc 0.8.2-2
mpfr rebuild

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-06-11 06:16:20 UTC (rev 82440)
+++ PKGBUILD2010-06-11 06:42:48 UTC (rev 82441)
@@ -3,12 +3,12 @@
 
 pkgname=libmpc
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org;
 license=('LGPL')
-depends=('mpfr')
+depends=('mpfr=3.0.0')
 options=('!libtool')
 install=libmpc.install
 source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)



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

2010-05-14 Thread Allan McRae
Date: Friday, May 14, 2010 @ 20:29:12
  Author: allan
Revision: 80299

upgpkg: libmpc 0.8.2-1
upstream update

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-05-15 00:24:16 UTC (rev 80298)
+++ PKGBUILD2010-05-15 00:29:12 UTC (rev 80299)
@@ -2,25 +2,27 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=libmpc
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org;
 license=('LGPL')
-depends=('mpfr=2.4.2-2')
+depends=('mpfr')
 options=('!libtool')
 install=libmpc.install
 source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
-md5sums=('5b34aa804d514cc295414a963aedb6bf')
+md5sums=('e98267ebd5648a39f881d66797122fb6')
 
 build() {
   cd $srcdir/mpc-$pkgver
   ./configure --prefix=/usr
-  make || return 1
+  make
+  make check
+}
+
+package() {
+  cd $srcdir/mpc-$pkgver
   make DESTDIR=$pkgdir/ install
-  
-  make check
-  
   mv -f $pkgdir/usr/share/info/{mpc,libmpc}.info
 }



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

2010-03-18 Thread Allan McRae
Date: Thursday, March 18, 2010 @ 23:07:29
  Author: allan
Revision: 72646

upgpkg: libmpc 0.8.1-2
gmp5 rebuild

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-03-19 03:06:13 UTC (rev 72645)
+++ PKGBUILD2010-03-19 03:07:29 UTC (rev 72646)
@@ -3,12 +3,12 @@
 
 pkgname=libmpc
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
 url=http://www.multiprecision.org;
 license=('LGPL')
-depends=('mpfr')
+depends=('mpfr=2.4.2-2')
 options=('!libtool')
 install=libmpc.install
 source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)



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

2010-02-03 Thread Andrea Scarpino
Date: Wednesday, February 3, 2010 @ 05:02:21
  Author: andrea
Revision: 67098

upgpkg: libmpc 0.8.1-1
upstream release

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-03 05:43:22 UTC (rev 67097)
+++ PKGBUILD2010-02-03 10:02:21 UTC (rev 67098)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Allan McRae al...@archlinux.org
+# Maintainer:
+# Contributor: Allan McRae al...@archlinux.org
 
 pkgname=libmpc
-pkgver=0.8
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@
 options=('!libtool')
 install=libmpc.install
 source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
-md5sums=('4df67a05d0251a3fcdd956390e9bd59f')
+md5sums=('5b34aa804d514cc295414a963aedb6bf')
 
 build() {
   cd $srcdir/mpc-${pkgver/_/-}
@@ -20,7 +21,5 @@
   make || return 1
   make DESTDIR=$pkgdir/ install
   
-  make check
-  
   mv -f $pkgdir/usr/share/info/{mpc,libmpc}.info
 }



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

2010-02-03 Thread Andrea Scarpino
Date: Wednesday, February 3, 2010 @ 05:47:42
  Author: andrea
Revision: 67106

undo

Modified:
  libmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2010-02-03 10:44:42 UTC (rev 67105)
+++ PKGBUILD2010-02-03 10:47:42 UTC (rev 67106)
@@ -1,9 +1,8 @@
 # $Id$
-# Maintainer:
-# Contributor: Allan McRae al...@archlinux.org
+# Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=libmpc
-pkgver=0.8.1
+pkgver=0.8
 pkgrel=1
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
@@ -13,7 +12,7 @@
 options=('!libtool')
 install=libmpc.install
 source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
-md5sums=('5b34aa804d514cc295414a963aedb6bf')
+md5sums=('4df67a05d0251a3fcdd956390e9bd59f')
 
 build() {
   cd $srcdir/mpc-${pkgver/_/-}
@@ -21,5 +20,7 @@
   make || return 1
   make DESTDIR=$pkgdir/ install
   
+  make check
+  
   mv -f $pkgdir/usr/share/info/{mpc,libmpc}.info
 }



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

2010-02-03 Thread Allan McRae
Date: Wednesday, February 3, 2010 @ 21:29:06
  Author: allan
Revision: 67137

upgpkg: libmpc 0.8.1-1
upstream update

Modified:
  libmpc/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-02-03 23:34:25 UTC (rev 67136)
+++ PKGBUILD2010-02-04 02:29:06 UTC (rev 67137)
@@ -2,7 +2,7 @@
 # Maintainer: Allan McRae al...@archlinux.org
 
 pkgname=libmpc
-pkgver=0.8
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=Library for the arithmetic of complex numbers with arbitrarily high 
precision
 arch=('i686' 'x86_64')
@@ -12,10 +12,10 @@
 options=('!libtool')
 install=libmpc.install
 source=(http://www.multiprecision.org/mpc/download/mpc-${pkgver/_/-}.tar.gz)
-md5sums=('4df67a05d0251a3fcdd956390e9bd59f')
+md5sums=('5b34aa804d514cc295414a963aedb6bf')
 
 build() {
-  cd $srcdir/mpc-${pkgver/_/-}
+  cd $srcdir/mpc-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$pkgdir/ install