Date: Friday, January 20, 2023 @ 19:13:25
  Author: arojas
Revision: 1387148

archrelease: copy trunk to community-x86_64

Added:
  scip/repos/community-x86_64/PKGBUILD
    (from rev 1387147, scip/trunk/PKGBUILD)
Deleted:
  scip/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-20 19:13:15 UTC (rev 1387147)
+++ PKGBUILD    2023-01-20 19:13:25 UTC (rev 1387148)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=scip
-pkgver=8.0.3
-pkgrel=1
-pkgdesc='Solving Constraint Integer Programs'
-arch=(x86_64)
-url='https://www.scipopt.org/'
-license=(Apache)
-depends=(tbb mpfr)
-makedepends=(cmake boost soplex papilo)
-source=(https://github.com/scipopt/scip/archive/v${pkgver//./}/$pkgname-$pkgver.tar.gz)
-sha256sums=('fe7636f8165a8c9298ff55ed3220d084d4ea31ba9b69d2733beec53e0e4335d6')
-
-build() {
-  cmake -B build -S $pkgname-${pkgver//./} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-    -DAUTOBUILD=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-# Remove bundled bliss
-  rm -r "$pkgdir"/usr/{bin/bliss,lib/{libbliss.a,cmake/Bliss}}
-}

Copied: scip/repos/community-x86_64/PKGBUILD (from rev 1387147, 
scip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-20 19:13:25 UTC (rev 1387148)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=scip
+pkgver=8.0.3
+pkgrel=2
+pkgdesc='Solving Constraint Integer Programs'
+arch=(x86_64)
+url='https://www.scipopt.org/'
+license=(Apache)
+depends=(tbb mpfr)
+makedepends=(cmake boost soplex papilo)
+source=(https://github.com/scipopt/scip/archive/v${pkgver//./}/$pkgname-$pkgver.tar.gz)
+sha256sums=('fe7636f8165a8c9298ff55ed3220d084d4ea31ba9b69d2733beec53e0e4335d6')
+
+build() {
+  cmake -B build -S $pkgname-${pkgver//./} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+    -DAUTOBUILD=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+# Remove bundled bliss
+  rm -r "$pkgdir"/usr/{bin/bliss,include/bliss,lib/{libbliss.a,cmake/Bliss}}
+}

Reply via email to