Date: Tuesday, December 20, 2022 @ 21:39:14
  Author: arojas
Revision: 1364767

archrelease: copy trunk to community-x86_64

Added:
  fplll/repos/community-x86_64/PKGBUILD
    (from rev 1364766, fplll/trunk/PKGBUILD)
Deleted:
  fplll/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-20 21:39:06 UTC (rev 1364766)
+++ PKGBUILD    2022-12-20 21:39:14 UTC (rev 1364767)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=fplll
-pkgver=5.4.2
-pkgrel=1
-pkgdesc='Lattice algorithms using floating-point arithmetic'
-arch=(x86_64)
-url='https://github.com/fplll/fplll'
-license=(LGPL)
-depends=(mpfr qd)
-source=(https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('6e7b1704fd56f29dd9fc1dd719cc1f2df1f58964fd77bbde162f594d7fff7ba5')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fplll/repos/community-x86_64/PKGBUILD (from rev 1364766, 
fplll/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-20 21:39:14 UTC (rev 1364767)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=fplll
+pkgver=5.4.3
+pkgrel=1
+pkgdesc='Lattice algorithms using floating-point arithmetic'
+arch=(x86_64)
+url='https://github.com/fplll/fplll'
+license=(LGPL)
+depends=(mpfr qd)
+source=(https://github.com/fplll/fplll/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('43cf1a3e016d94f85ddff2888e62853c510774521a4abdfb5055c90f40e6eba1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to