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

Alexander Rødseth arodseth at archlinux.org
Thu Aug 29 11:37:03 UTC 2019


    Date: Thursday, August 29, 2019 @ 11:37:03
  Author: arodseth
Revision: 504789

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-29 11:35:00 UTC (rev 504788)
+++ PKGBUILD	2019-08-29 11:37:03 UTC (rev 504789)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=clasp
-pkgver=3.3.4
-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.git#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: github.com/potassco/clasp/releases
-# vim: ts=2 sw=2 et:

Copied: clasp/repos/community-x86_64/PKGBUILD (from rev 504788, clasp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-29 11:37:03 UTC (rev 504789)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=clasp
+pkgver=3.3.5
+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.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname" \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: github.com/potassco/clasp/releases
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list