diff options
author | xiota | 2024-12-25 03:47:55 +0000 |
---|---|---|
committer | xiota | 2024-12-25 03:47:55 +0000 |
commit | 4bcda6a028f700392c6eae175a596a321b390710 (patch) | |
tree | e36580c1408c6b5477b7b856d96955e60bed92c5 | |
parent | 221455f0f6052112828de305c422ba063e4852fa (diff) | |
download | aur-4bcda6a028f700392c6eae175a596a321b390710.tar.gz |
0.6.3-2
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | .nvchecker.toml | 4 | ||||
-rw-r--r-- | PKGBUILD | 9 |
3 files changed, 9 insertions, 9 deletions
@@ -1,22 +1,21 @@ pkgbase = qcsxcad pkgdesc = Qt-GUI for CSXCAD pkgver = 0.6.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/thliebig/QCSXCAD arch = x86_64 license = LGPL-3.0-or-later makedepends = cmake - makedepends = fast_float makedepends = fmt makedepends = glew makedepends = ninja makedepends = nlohmann-json makedepends = openmpi makedepends = verdict + depends = csxcad depends = qt5-base depends = tinyxml depends = vtk - depends = csxcad source = qcsxcad-0.6.3.tar.gz::https://github.com/thliebig/QCSXCAD/archive/v0.6.3.tar.gz sha256sums = f05edbcca65f0bf8a3fb6ab20baa3db0b8651c2baab2f6a3f0113436c866f879 diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 000000000000..e28021d4e23e --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,4 @@ +[qcsxcad] +source = "git" +git = "https://github.com/thliebig/QCSXCAD.git" +prefix = "v" @@ -4,23 +4,20 @@ _pkgname="qcsxcad" pkgname="$_pkgname" pkgver=0.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="Qt-GUI for CSXCAD" -arch=("x86_64") url="https://github.com/thliebig/QCSXCAD" license=("LGPL-3.0-or-later") +arch=("x86_64") depends=( + 'csxcad' # AUR 'qt5-base' 'tinyxml' 'vtk' - - ## AUR - 'csxcad' ) makedepends=( 'cmake' - 'fast_float' 'fmt' 'glew' 'ninja' |