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

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 22:48:35 UTC 2022


    Date: Sunday, April 24, 2022 @ 22:48:35
  Author: allan
Revision: 1189670

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 22:48:19 UTC (rev 1189669)
+++ PKGBUILD	2022-04-24 22:48:35 UTC (rev 1189670)
@@ -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=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

Copied: clasp/repos/community-x86_64/PKGBUILD (from rev 1189669, clasp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 22:48:35 UTC (rev 1189670)
@@ -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=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



More information about the arch-commits mailing list