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

Alexander Rødseth arodseth at archlinux.org
Fri Jun 29 12:41:13 UTC 2018


    Date: Friday, June 29, 2018 @ 12:41:13
  Author: arodseth
Revision: 347733

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-29 12:41:05 UTC (rev 347732)
+++ PKGBUILD	2018-06-29 12:41:13 UTC (rev 347733)
@@ -1,30 +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.3
-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
-}
-
-# vim: ts=2 sw=2 et:

Copied: clasp/repos/community-x86_64/PKGBUILD (from rev 347732, clasp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-29 12:41:13 UTC (rev 347733)
@@ -0,0 +1,31 @@
+# $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:



More information about the arch-commits mailing list