Date: Thursday, July 28, 2022 @ 20:52:28 Author: arodseth Revision: 1259024
upgpkg: clasp 3.3.8-1 Modified: clasp/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-28 20:21:42 UTC (rev 1259023) +++ PKGBUILD 2022-07-28 20:52:28 UTC (rev 1259024) @@ -2,8 +2,8 @@ # Contributor: Vincent Bernardoff <[email protected]> pkgname=clasp -pkgver=3.3.7 -pkgrel=2 +pkgver=3.3.8 +pkgrel=1 pkgdesc='Answer set solver' arch=(x86_64) url='https://potassco.org/' @@ -10,11 +10,15 @@ license=(GPL3) makedepends=(cmake git ninja) conflicts=(clingo) -source=("git+https://github.com/potassco/clasp#commit=39b7921fd7d218f5a354042b546e57f3bde2345a") # tag: v3.3.7 +source=("git+https://github.com/potassco/clasp#commit=17c4e466111c0b9da173f9097786a0d22b70e1c4") # tag: v3.3.8 b2sums=('SKIP') build() { - cmake -B build -D CMAKE_INSTALL_PREFIX=/usr -G Ninja -S $pkgname + cmake \ + -B build \ + -D CMAKE_INSTALL_PREFIX=/usr \ + -G Ninja \ + -S $pkgname ninja -C build } @@ -21,5 +25,3 @@ package() { DESTDIR="$pkgdir" ninja -C build install } - -# getver: github.com/potassco/clasp/releases
