[arch-commits] Commit in libtommath/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jan 31 18:55:55 UTC 2019


    Date: Thursday, January 31, 2019 @ 18:55:54
  Author: arojas
Revision: 344974

archrelease: copy trunk to extra-x86_64

Added:
  libtommath/repos/extra-x86_64/PKGBUILD
    (from rev 344973, libtommath/trunk/PKGBUILD)
Deleted:
  libtommath/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   57 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 28 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-31 18:55:23 UTC (rev 344973)
+++ PKGBUILD	2019-01-31 18:55:54 UTC (rev 344974)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: suasageandeggs <s_stoakley at hotmail.co.uk>
-# Contributor: Michael Fellinger <manveru at www.weez-int.com>
-
-pkgname=libtommath
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="Highly optimized and portable routines for integer based number theoretic applications"
-url="http://www.libtom.org/"
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc')
-options=(staticlibs)
-source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz")
-md5sums=('72f4dd9dcde8338e5e3507f7bbea7582')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make -f makefile.shared IGNORE_SPEED=1
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make -f makefile.shared PREFIX=/usr DESTDIR=$pkgdir INSTALL_GROUP=root install
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libtommath/repos/extra-x86_64/PKGBUILD (from rev 344973, libtommath/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-31 18:55:54 UTC (rev 344974)
@@ -0,0 +1,28 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: suasageandeggs <s_stoakley at hotmail.co.uk>
+# Contributor: Michael Fellinger <manveru at www.weez-int.com>
+
+pkgname=libtommath
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Highly optimized and portable routines for integer based number theoretic applications"
+url="http://www.libtom.org/"
+license=('custom')
+arch=('x86_64')
+depends=('glibc')
+options=(staticlibs)
+source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz")
+sha256sums=('90466c88783d1fe9f5c2364a69f5479f10d73ed616011be6196f35f7f1537ead')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make -f makefile.shared IGNORE_SPEED=1
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make -f makefile.shared PREFIX=/usr DESTDIR=$pkgdir INSTALL_GROUP=root install
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list