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

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


    Date: Friday, June 29, 2018 @ 13:31:41
  Author: arodseth
Revision: 347735

archrelease: copy trunk to community-x86_64

Added:
  aspcud/repos/community-x86_64/PKGBUILD
    (from rev 347734, aspcud/trunk/PKGBUILD)
Deleted:
  aspcud/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-29 13:31:33 UTC (rev 347734)
+++ PKGBUILD	2018-06-29 13:31:41 UTC (rev 347735)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
-
-pkgname=aspcud
-pkgver=1.9.4
-pkgrel=3
-pkgdesc='Solver for package dependencies'
-arch=('x86_64')
-url='https://potassco.org/aspcud'
-license=('GPL3')
-makedepends=('boost' 'cmake' 'git' 'ninja' 're2c')
-depends=('clingo')
-source=("git+https://github.com/potassco/$pkgname#tag=v$pkgver")
-md5sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
-    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-    -DCMAKE_INSTALL_LIBDIR:PATH=lib \
-    -DCUDF2LP_LOC=cudf2lp \
-    -DGRINGO_LOC=gringo \
-    -DCLASP_LOC=clasp \
-    -DCMAKE_BUILD_TYPE=Release \
-    -GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: aspcud/repos/community-x86_64/PKGBUILD (from rev 347734, aspcud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-29 13:31:41 UTC (rev 347735)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
+
+pkgname=aspcud
+pkgver=1.9.4
+pkgrel=4
+pkgdesc='Solver for package dependencies'
+arch=('x86_64')
+url='https://potassco.org/aspcud'
+license=('GPL3')
+makedepends=('boost' 'cmake' 'git' 'ninja' 're2c')
+depends=('clingo')
+source=("git+https://github.com/potassco/$pkgname#tag=v$pkgver")
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake "../$pkgname" \
+    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+    -DCMAKE_INSTALL_LIBDIR:PATH=lib \
+    -DCUDF2LP_LOC=cudf2lp \
+    -DGRINGO_LOC=gringo \
+    -DCLASP_LOC=clasp \
+    -DCMAKE_BUILD_TYPE=Release \
+    -GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list