[arch-commits] Commit in ratpoints/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Jan 18 16:49:40 UTC 2022


    Date: Tuesday, January 18, 2022 @ 16:49:40
  Author: arojas
Revision: 1109242

archrelease: copy trunk to community-x86_64

Added:
  ratpoints/repos/community-x86_64/PKGBUILD
    (from rev 1109241, ratpoints/trunk/PKGBUILD)
Deleted:
  ratpoints/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-18 16:49:33 UTC (rev 1109241)
+++ PKGBUILD	2022-01-18 16:49:40 UTC (rev 1109242)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=ratpoints
-pkgver=2.2
-pkgrel=1
-pkgdesc='A program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves'
-arch=(x86_64)
-url='http://www.mathe2.uni-bayreuth.de/stoll/programs/index.html'
-license=(GPL2)
-depends=(gmp)
-source=(http://www.mathe2.uni-bayreuth.de/stoll/programs/$pkgname-$pkgver.tar.gz)
-sha256sums=('66f53a25c8c18f25f517ab1da4963ef83ec8791b50bbf4264e1cf7b5bf217b15')
-
-prepare() {
-# Honor system build flags
-  sed -e "s|CCFLAGS =|CCFLAGS = -fPIC $CXXFLAGS $LDFLAGS|" -i $pkgname-$pkgver/Makefile
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  mkdir -p "$pkgdir"/usr/{bin,include,lib}
-  make install INSTALL_DIR="$pkgdir"/usr
-}

Copied: ratpoints/repos/community-x86_64/PKGBUILD (from rev 1109241, ratpoints/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-18 16:49:40 UTC (rev 1109242)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=ratpoints
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='A program that uses an optimized quadratic sieve algorithm in order to find rational points on hyperelliptic curves'
+arch=(x86_64)
+url='http://www.mathe2.uni-bayreuth.de/stoll/programs/index.html'
+license=(GPL2)
+depends=(gmp)
+source=(http://www.mathe2.uni-bayreuth.de/stoll/programs/$pkgname-$pkgver.tar.gz)
+sha256sums=('e31b8ef12c1dc347176241f93901c0aabb39236c0c0a281b33d413416cced370')
+
+prepare() {
+# Honor system build flags
+  sed -e "s|CCFLAGS =|CCFLAGS = -fPIC $CXXFLAGS $LDFLAGS|" -i $pkgname-$pkgver/Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make ratpoints libratpoints.a
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  mkdir -p "$pkgdir"/usr/{bin,include,lib}
+  make install INSTALL_DIR="$pkgdir"/usr
+}



More information about the arch-commits mailing list