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

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Jul 28 20:52:35 UTC 2022


    Date: Thursday, July 28, 2022 @ 20:52:34
  Author: arodseth
Revision: 1259025

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-28 20:52:28 UTC (rev 1259024)
+++ PKGBUILD	2022-07-28 20:52:34 UTC (rev 1259025)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=clasp
-pkgver=3.3.7
-pkgrel=2
-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

Copied: clasp/repos/community-x86_64/PKGBUILD (from rev 1259024, clasp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-28 20:52:34 UTC (rev 1259025)
@@ -0,0 +1,27 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.3.8
+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=17c4e466111c0b9da173f9097786a0d22b70e1c4") # tag: v3.3.8
+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
+}



More information about the arch-commits mailing list