[arch-commits] Commit in clasp/repos/community-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at gemini.archlinux.org
Sat Nov 20 15:33:20 UTC 2021


    Date: Saturday, November 20, 2021 @ 15:33:19
  Author: arodseth
Revision: 1052877

archrelease: copy trunk to community-x86_64

Added:
  clasp/repos/community-x86_64/PKGBUILD
    (from rev 1052876, clasp/trunk/PKGBUILD)
Deleted:
  clasp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 +++++++++++++++++++++++++---------------------------
 1 file changed, 25 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-20 15:33:14 UTC (rev 1052876)
+++ PKGBUILD	2021-11-20 15:33:19 UTC (rev 1052877)
@@ -1,27 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=clasp
-pkgver=3.3.6
-pkgrel=1
-pkgdesc='Answer set solver'
-arch=(x86_64)
-url='https://potassco.org/'
-license=(GPL3)
-makedepends=(cmake git ninja)
-conflicts=(clingo)
-source=("git+https://github.com/potassco/clasp#commit=a8dfc0ab916abe4008452279fb5131b392c20018") # tag: v3.3.6
-b2sums=('SKIP')
-
-build() {
-  cmake -B build -S $pkgname \
-    -D CMAKE_INSTALL_PREFIX=/usr \
-    -G Ninja
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: github.com/potassco/clasp/releases

Copied: clasp/repos/community-x86_64/PKGBUILD (from rev 1052876, clasp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-20 15:33:19 UTC (rev 1052877)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.3.7
+pkgrel=1
+pkgdesc='Answer set solver'
+arch=(x86_64)
+url='https://potassco.org/'
+license=(GPL3)
+makedepends=(cmake git ninja)
+conflicts=(clingo)
+source=("git+https://github.com/potassco/clasp#commit=39b7921fd7d218f5a354042b546e57f3bde2345a") # tag: v3.3.7
+b2sums=('SKIP')
+
+build() {
+  cmake -B build -D CMAKE_INSTALL_PREFIX=/usr -G Ninja -S $pkgname
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: github.com/potassco/clasp/releases



More information about the arch-commits mailing list