Date: Tuesday, February 28, 2023 @ 12:11:16
  Author: arojas
Revision: 1405609

archrelease: copy trunk to community-x86_64

Added:
  singular/repos/community-x86_64/PKGBUILD
    (from rev 1405608, singular/trunk/PKGBUILD)
Deleted:
  singular/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   96 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-28 12:11:05 UTC (rev 1405608)
+++ PKGBUILD    2023-02-28 12:11:16 UTC (rev 1405609)
@@ -1,48 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Rémy Oudompheng <[email protected]>
-
-pkgname=singular
-_majver=4-3-2
-_patchver=3
-#pkgver=${_majver//-/.}.p${_patchver}
-pkgver=${_majver//-/.}
-pkgrel=1
-pkgdesc='Computer Algebra System for polynomial computations'
-arch=(x86_64)
-url='https://www.singular.uni-kl.de/'
-license=(GPL)
-depends=(flint cddlib)
-makedepends=(doxygen)
-provides=(singular-factory)
-#source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz
-source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz
-         
doc-$_majver.tbz2::ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/doc.tbz2)
-sha256sums=('3fd565d1bd4265fa8ba7cc189137a36d9daf9939b5bb411466c2028d9191f6db'
-            '29ba2ebb4189a84f5d7f94ba9b7fd94ea309e8e64c2199c6087dedb12d190b5c')
-options=(!zipman)
-
-build() {
-  cd singular-${_majver//-/.}
-  ./configure \
-    --prefix=/usr \
-    --libexecdir=/usr/lib \
-    --enable-bigintm-module \
-    --enable-bigintm-module \
-    --enable-Order-module \
-    --enable-python-module \
-    --enable-gfanlib-module \
-    --enable-polymake-module
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd singular-${_majver//-/.}
-  make check
-}
-  
-package() {
-  cd singular-${_majver//-/.}
-  make DESTDIR="$pkgdir" install
-}

Copied: singular/repos/community-x86_64/PKGBUILD (from rev 1405608, 
singular/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-28 12:11:16 UTC (rev 1405609)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Rémy Oudompheng <[email protected]>
+
+pkgname=singular
+_majver=4-3-2
+_patchver=3
+#pkgver=${_majver//-/.}.p${_patchver}
+pkgver=${_majver//-/.}
+pkgrel=2
+pkgdesc='Computer Algebra System for polynomial computations'
+arch=(x86_64)
+url='https://www.singular.uni-kl.de/'
+license=(GPL)
+depends=(flint cddlib)
+makedepends=(doxygen)
+provides=(singular-factory)
+#source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz
+source=(ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz
+         
doc-$_majver.tbz2::ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/doc.tbz2)
+sha256sums=('3fd565d1bd4265fa8ba7cc189137a36d9daf9939b5bb411466c2028d9191f6db'
+            '10334afd99fe3a3e91669185ef5c104a25c97f0fd0dd6c53d98b47d5243df939')
+options=(!zipman)
+
+build() {
+  cd singular-${_majver//-/.}
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --enable-bigintm-module \
+    --enable-bigintm-module \
+    --enable-Order-module \
+    --enable-python-module \
+    --enable-gfanlib-module \
+    --enable-polymake-module
+# https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd singular-${_majver//-/.}
+  make check
+}
+  
+package() {
+  cd singular-${_majver//-/.}
+  make DESTDIR="$pkgdir" install
+}

Reply via email to