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

Antonio Rojas arojas at archlinux.org
Thu Dec 20 16:38:30 UTC 2018


    Date: Thursday, December 20, 2018 @ 16:38:30
  Author: arojas
Revision: 417009

Update to 1.10

Modified:
  libcerf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-20 14:19:31 UTC (rev 417008)
+++ PKGBUILD	2018-12-20 16:38:30 UTC (rev 417009)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=libcerf
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc="Self-contained numeric library that provides an efficient and accurate implementation of complex error functions"
 arch=(x86_64)
@@ -10,12 +10,10 @@
 depends=(glibc)
 makedepends=(cmake)
 source=(http://apps.jcns.fz-juelich.de/src/libcerf/$pkgname-$pkgver.tgz)
-sha256sums=('ee0f5a58764fa5445b916d8838086bfa2bf5bb368f8f665a35bd71dbdbedaea9')
+sha256sums=('6a412c13e404411d77105c731a756384970424d6f65d1c4c63758c28183d4b61')
 
 prepare() {
   mkdir -p build
-  
-  sed -e 's|/man/|/share/man/|g' -i $pkgname-$pkgver/man/CMakeLists.txt
 }
 
 build() {



More information about the arch-commits mailing list