Date: Sunday, March 29, 2020 @ 12:51:35
  Author: arojas
Revision: 605902

archrelease: copy trunk to community-any

Added:
  pari-galpol/repos/
  pari-galpol/repos/community-any/
  pari-galpol/repos/community-any/PKGBUILD
    (from rev 605901, pari-galpol/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: pari-galpol/repos/community-any/PKGBUILD (from rev 605901, 
pari-galpol/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD                                (rev 0)
+++ repos/community-any/PKGBUILD        2020-03-29 12:51:35 UTC (rev 605902)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Taekyung Kim <[email protected]>
+
+pkgname=pari-galpol
+pkgver=20180625
+pkgrel=2
+pkgdesc="PARI package of the GALPOL database of polynomials defining Galois 
extensions of the rationals"
+arch=(any)
+url="http://pari.math.u-bordeaux.fr/";
+license=(GPL)
+depends=(pari)
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz"{,.asc})
+sha256sums=('562af28316ee335ee38c1172c2d5ecccb79f55c368fb9f2c6f40fc0f416bb01b'
+            'SKIP')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387') # Bill Allombert 
<[email protected]>
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  cp -r data/galpol "$pkgdir"/usr/share/pari
+}

Reply via email to