[arch-commits] Commit in clasp/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Jul 31 08:48:46 UTC 2017
Date: Monday, July 31, 2017 @ 08:48:46
Author: arodseth
Revision: 247121
upgpkg: clasp 3.3.2-1
Modified:
clasp/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-07-31 08:21:27 UTC (rev 247120)
+++ PKGBUILD 2017-07-31 08:48:46 UTC (rev 247121)
@@ -3,16 +3,17 @@
# Contributor: Vincent Bernardoff <vb at luminar.eu.org>
pkgname=clasp
-pkgver=3.3.0
-pkgrel=3
+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=("https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('74ba1b75823c1401d254020fb8954e5ac2bc04a56d624abaee6519f95be78f48')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/potassco/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('367f9f3f035308bd32d5177391a470d9805efc85a737c4f4d6d7b23ea241dfdf')
build() {
mkdir -p build
@@ -27,4 +28,4 @@
DESTDIR="$pkgdir" ninja -C build install
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list