gmp: update to 6.1.0.
This commit is contained in:
parent
bb10754926
commit
a6f33a75e2
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gmp'
|
||||
pkgname=gmp
|
||||
version=6.0.0
|
||||
revision=4
|
||||
version=6.1.0
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-cxx"
|
||||
|
@ -11,8 +11,8 @@ short_desc="Library for arbitrary precision arithmetic"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
homepage="http://gmplib.org/"
|
||||
distfiles="https://gmplib.org/download/gmp/gmp-${version}a.tar.xz"
|
||||
checksum=9156d32edac6955bc53b0218f5f3763facb890b73a835d5e1b901dcf8eb8b764
|
||||
distfiles="https://gmplib.org/download/gmp/gmp-${version}.tar.xz"
|
||||
checksum=68dadacce515b0f8a54f510edf07c1b636492bcdb8e8d54c56eb216225d16989
|
||||
|
||||
subpackages="gmpxx gmpxx-devel gmp-devel"
|
||||
|
||||
|
@ -25,7 +25,6 @@ fi
|
|||
|
||||
gmpxx_package() {
|
||||
short_desc+=" - C++ support"
|
||||
replaces="gmp<6.0.0_2"
|
||||
pkg_install() {
|
||||
vmove usr/lib/libgmpxx.so.*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue