libtommath: rebuild for libzip update

This commit is contained in:
Neofytos Kolokotronis 2015-12-12 13:57:46 +01:00
parent 989cf0c0ca
commit b0a20ac461

View File

@ -1,16 +1,15 @@
#Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
#Contributions from Arch: https://www.archlinux.org/packages/community/x86_64/libtommath/
pkgname=libtommath
pkgver=0.42.0
pkgrel=1
pkgrel=2
pkgdesc="Highly optimized and portable routines for integer based number theoretic applications"
url="http://www.libtom.org/"
license=('custom')
arch=('x86_64')
source=("http://libtom.org/files/ltm-${pkgver}.tar.bz2"
source=("https://github.com/libtom/libtommath/archive/v${pkgver}.tar.gz"
'libtommath-0.42.0-makefile.patch')
md5sums=('7380da904b020301be7045cb3a89039b'
md5sums=('6e2a82a6073388e4d14d30e8eb0d4fe3'
'd50c26fdc5aa87e6acfd4adc20557ff4')
build() {