Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libtommath


Commits:
f1669c48 by Antonio Rojas at 2023-09-10T12:24:24+02:00
upgpkg: 1.2.1-1: Update to 1.2.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -4,21 +4,15 @@
 # Contributor: Michael Fellinger <manv...@www.weez-int.com>
 
 pkgname=libtommath
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
-url="http://www.libtom.org/";
-license=('custom')
-arch=('x86_64')
-depends=('glibc')
-source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz";
-         https://github.com/libtom/libtommath/commit/7bbc1f8e.patch)
-sha256sums=('b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1'
-            '7481cc2d115ee47828e2c3182db54fe390d17e10ab1e09c12944652b3be64c72')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 7bbc1f8e.patch # Fix integer overflow
-}
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Highly optimized and portable routines for integer based number 
theoretic applications'
+url='http://www.libtom.net/'
+license=(custom)
+arch=(x86_64)
+depends=(glibc)
+source=(https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz)
+sha256sums=('986025d7b374276fee2e30e99f3649e4ac0db8a02257a37ee10eae72abed0d1f')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtommath/-/commit/f1669c4809725a2383834a6bfe651865b27061df

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtommath/-/commit/f1669c4809725a2383834a6bfe651865b27061df
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to