Date: Friday, October 14, 2022 @ 10:36:02
  Author: arojas
Revision: 1328559

archrelease: copy trunk to community-x86_64

Added:
  topcom/repos/community-x86_64/PKGBUILD
    (from rev 1328558, topcom/trunk/PKGBUILD)
Deleted:
  topcom/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-14 10:35:50 UTC (rev 1328558)
+++ PKGBUILD    2022-10-14 10:36:02 UTC (rev 1328559)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=topcom
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='A package for computing Triangulations Of Point Configurations and 
Oriented Matroids'
-arch=(x86_64)
-url='https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM/index.html'
-license=(GPL2)
-depends=(gmp)
-source=(https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM-Downloads/TOPCOM-${pkgver//./_}.tgz)
-sha256sums=('17defe06642f1773ce315b2583e6675d8a5d28d7854ee27304114ca928c2a231')
-
-build() {
-  cd $pkgname-$pkgver
-  CXXFLAGS+=' -ffat-lto-objects' \
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: topcom/repos/community-x86_64/PKGBUILD (from rev 1328558, 
topcom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-14 10:36:02 UTC (rev 1328559)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=topcom
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='A package for computing Triangulations Of Point Configurations and 
Oriented Matroids'
+arch=(x86_64)
+url='https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM/index.html'
+license=(GPL2)
+depends=(gmp)
+source=(https://www.wm.uni-bayreuth.de/de/team/rambau_joerg/TOPCOM-Downloads/TOPCOM-${pkgver//./_}.tgz)
+sha256sums=('4fb10754ee5b76056441fea98f2c8dee5db6f2984d8c14283b49239ad4378ab6')
+
+build() {
+  cd $pkgname-$pkgver
+  CXXFLAGS+=' -ffat-lto-objects' \
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to