File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
archlinuxcn/goldendict-ng Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,17 @@ depends=(
27
27
' qt6-speech'
28
28
' qt6-5compat'
29
29
)
30
- makedepends=(
31
- ' cmake'
32
- ' ninja'
33
- ' qt6-tools'
34
- )
30
+ makedepends=(' cmake' ' qt6-tools' )
35
31
conflicts=(' goldendict' ' goldendict-git' ' goldendict-svn' ' goldendict-git-opt' )
36
32
provides=(' goldendict' )
37
33
replaces=(' goldendict-svn' ' goldendict-git-opt' ' goldendict-webengine-git' )
38
- source=(" ${pkgname} -${pkgver} .tar.gz::${url} /archive/refs/tags/v${pkgver} -Release.e895b18c.tar.gz" )
34
+ _commit_id=2a2b0e16
35
+ source=(" ${pkgname} -${pkgver} .tar.gz::${url} /archive/refs/tags/v${pkgver} -Release.${_commit_id} .tar.gz" )
39
36
sha256sums=(' c7d6acbcab6fb097231981d0748164c3e389295b8f02c1bbcd17c317d7f27659' )
40
37
41
38
build () {
42
- cmake -B build -S " ${pkgname} -${pkgver} -Release.e895b18c" -G Ninja \
39
+ cmake -B build \
40
+ -S " ${pkgname} -${pkgver} -Release.${_commit_id} " \
43
41
-DCMAKE_INSTALL_PREFIX=/usr \
44
42
-DUSE_SYSTEM_FMT=ON \
45
43
-DUSE_SYSTEM_TOML=ON
You can’t perform that action at this time.
0 commit comments