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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jan 8 21:44:30 UTC 2022


    Date: Saturday, January 8, 2022 @ 21:44:30
  Author: arojas
Revision: 1097396

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-08 21:44:20 UTC (rev 1097395)
+++ PKGBUILD	2022-01-08 21:44:30 UTC (rev 1097396)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=ratpoints
-pkgver=2.1.3
-pkgrel=5
-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=('c4bd55b4fe6234ed4793edfb6126f63b13ee2eaf122f3dfd8f4737a7096a0a7e')
-
-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 1097395, ratpoints/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-08 21:44:30 UTC (rev 1097396)
@@ -0,0 +1,30 @@
+# 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
+}



More information about the arch-commits mailing list