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

Alexander Rødseth arodseth at archlinux.org
Tue Feb 27 13:23:36 UTC 2018


    Date: Tuesday, February 27, 2018 @ 13:23:35
  Author: arodseth
Revision: 299261

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-27 13:23:22 UTC (rev 299260)
+++ PKGBUILD	2018-02-27 13:23:35 UTC (rev 299261)
@@ -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.2
-pkgrel=1
-pkgdesc='Answer set solver'
-arch=('x86_64' 'i686')
-url='https://potassco.org/'
-license=('GPL3')
-makedepends=('cmake' 'ninja')
-depends=('gcc-libs')
-conflicts=("clingo")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('367f9f3f035308bd32d5177391a470d9805efc85a737c4f4d6d7b23ea241dfdf')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname-$pkgver" \
-    -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 299260, clasp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-27 13:23:35 UTC (rev 299261)
@@ -0,0 +1,30 @@
+# $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:



More information about the arch-commits mailing list