diff --git a/srcpkgs/libtommath/template b/srcpkgs/libtommath/template index ee8d5649148..0554d665307 100644 --- a/srcpkgs/libtommath/template +++ b/srcpkgs/libtommath/template @@ -1,14 +1,14 @@ # Template file for 'libtommath' pkgname=libtommath -version=1.0 +version=1.0.1 revision=1 hostmakedepends="libtool" short_desc="A portable number theoretic multiple-precision integer library" -maintainer="Orphaned " +maintainer="Leah Neukirchen " license="Public domain" homepage="http://www.libtom.org/LibTomMath/" distfiles="https://github.com/libtom/libtommath/releases/download/v${version}/ltm-${version}.tar.xz" -checksum=993a7df9ee091fca430cdde3263df57d88ef62af8103903214da49fc51bbb56c +checksum=47032fb39d698ce4cf9c9c462c198e6b08790ce8203ad1224086b9b978636c69 do_build() { if [ "$CROSS_BUILD" ]; then @@ -20,7 +20,7 @@ do_build() { } do_install() { - make -f makefile.shared DESTDIR=${DESTDIR} install + make -f makefile.shared PREFIX=/usr DESTDIR=${DESTDIR} install } libtommath-devel_package() {