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

Alexander Rødseth arodseth at archlinux.org
Tue Oct 31 09:07:49 UTC 2017


    Date: Tuesday, October 31, 2017 @ 09:07:48
  Author: arodseth
Revision: 264860

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-31 09:07:37 UTC (rev 264859)
+++ PKGBUILD	2017-10-31 09:07:48 UTC (rev 264860)
@@ -1,33 +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.1
-pkgrel=4
-pkgdesc='Solver for package dependencies'
-arch=('x86_64')
-url='https://potassco.org/aspcud'
-license=('GPL3')
-makedepends=('clingo' 'boost' 'cmake' 're2c' 'ninja')
-source=("https://downloads.sourceforge.net/project/potassco/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz")
-sha256sums=('e0e917a9a6c5ff080a411ff25d1174e0d4118bb6759c3fe976e2e3cca15e5827')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname-$pkgver-source" \
-    -DCMAKE_INSTALL_PREFIX:PATH=/usr \
-    -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 264859, aspcud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-31 09:07:48 UTC (rev 264860)
@@ -0,0 +1,33 @@
+# $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=1
+pkgdesc='Solver for package dependencies'
+arch=('x86_64')
+url='https://potassco.org/aspcud'
+license=('GPL3')
+makedepends=('boost' 'clingo' 'cmake' 'git' 'ninja' 're2c')
+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 \
+    -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