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

Antonio Rojas arojas at archlinux.org
Sat Mar 5 23:06:32 UTC 2016


    Date: Sunday, March 6, 2016 @ 00:06:32
  Author: arojas
Revision: 165183

Update to 1.0

Modified:
  libtommath/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-05 22:51:27 UTC (rev 165182)
+++ PKGBUILD	2016-03-05 23:06:32 UTC (rev 165183)
@@ -4,8 +4,8 @@
 # Contributor: Michael Fellinger <manveru at www.weez-int.com>
 
 pkgname=libtommath
-pkgver=0.42.0
-pkgrel=4
+pkgver=1.0
+pkgrel=1
 pkgdesc="Highly optimized and portable routines for integer based number theoretic applications"
 url="http://www.libtom.org/"
 license=('custom')
@@ -12,16 +12,12 @@
 arch=('i686' 'x86_64')
 depends=('glibc')
 options=(staticlibs)
-source=("http://libtom.org/files/ltm-${pkgver}.tar.bz2"
-        'libtommath-0.42.0-makefile.patch')
-md5sums=('7380da904b020301be7045cb3a89039b'
-         'ff127effd4418073a16ffb5df45a1bcb')
+source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz")
+md5sums=('a95dc984d8409a6f355efb0831009a66')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  patch -Np1 -i ${srcdir}/libtommath-0.42.0-makefile.patch
-
   make -f makefile.shared IGNORE_SPEED=1
 }
 



More information about the arch-commits mailing list