[arch-commits] Commit in clasp/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Jun 5 20:30:14 UTC 2017


    Date: Monday, June 5, 2017 @ 20:30:13
  Author: arodseth
Revision: 234416

upgpkg: clasp 3.3.0-3

Modified:
  clasp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-05 20:21:49 UTC (rev 234415)
+++ PKGBUILD	2017-06-05 20:30:13 UTC (rev 234416)
@@ -4,12 +4,13 @@
 
 pkgname=clasp
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Answer set solver'
 arch=('x86_64' 'i686')
 url='https://potassco.org/'
 license=('GPL3')
 makedepends=('cmake' 'ninja')
+conflicts=("clingo")
 source=("https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
 sha256sums=('74ba1b75823c1401d254020fb8954e5ac2bc04a56d624abaee6519f95be78f48')
 
@@ -24,9 +25,6 @@
 
 package() {
   DESTDIR="$pkgdir" ninja -C build install
-
-  # Conflicts with clingo
-  rm "$pkgdir/usr/bin/lpconvert"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list