summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXuanrui Qi2022-08-16 01:44:02 +0900
committerXuanrui Qi2022-08-16 01:44:02 +0900
commit8c0b3d07988059cff71f0d3d462301a2323784e6 (patch)
tree4e8289eff3f74a2a96bb83b12abe5d50c46cc699
parent9cacbca07198fdd4ad4ed4b86043ea0b8c6d0d1e (diff)
downloadaur-aspcud.tar.gz
Version 1.9.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea6bfbf50f26..c2e1de4f3190 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aspcud
pkgdesc = Solver for package dependencies
- pkgver = 1.9.5
+ pkgver = 1.9.6
pkgrel = 1
url = https://potassco.org/aspcud
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = aspcud
makedepends = ninja
makedepends = re2c
depends = clingo
- source = git+https://github.com/potassco/aspcud#tag=v1.9.5
- md5sums = SKIP
+ source = https://github.com/potassco/aspcud/archive/refs/tags/v1.9.6.tar.gz
+ sha256sums = 4dddfd4a74e4324887a1ddd7f8ff36231774fc1aa78b383256546e83acdf516c
pkgname = aspcud
-
diff --git a/PKGBUILD b/PKGBUILD
index 6a121414cbc1..92130b87d751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Vincent Bernardoff <vb@luminar.eu.org>
pkgname=aspcud
-pkgver=1.9.5
+pkgver=1.9.6
pkgrel=1
pkgdesc='Solver for package dependencies'
arch=('x86_64')
@@ -11,18 +11,15 @@ 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')
+source=("https://github.com/potassco/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
+sha256sums=('4dddfd4a74e4324887a1ddd7f8ff36231774fc1aa78b383256546e83acdf516c')
build() {
mkdir -p build
cd build
- cmake "../$pkgname" \
+ cmake "../${pkgname}-${pkgver}" \
-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