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

Allan McRae allan at nymeria.archlinux.org
Mon Jan 20 15:32:46 UTC 2014


    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
===================================================================
--- PKGBUILD	2014-01-20 15:31:14 UTC (rev 204463)
+++ PKGBUILD	2014-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
 }




More information about the arch-commits mailing list