File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ pkgver=1.0.29
55pkgrel=1
66pkgdesc=" A highly customizable and interactive tool to track Minecraft progress."
77arch=(' x86_64' )
8- url=" https://github.com/DFA-G /Advancely"
9- license=(' custom: Proprietary' )
8+ url=" https://github.com/LNXSeus /Advancely"
9+ license=(' LicenseRef- Proprietary' )
1010depends=(' sdl3' ' sdl3_image' ' sdl3_ttf' ' curl' ' hicolor-icon-theme' )
1111makedepends=(' git' ' cmake' )
1212provides=(' advancely' )
@@ -16,14 +16,14 @@ source=("git+$url#tag=v${pkgver}")
1616sha256sums=(' SKIP' )
1717
1818build () {
19- cd " Advancely"
19+ cd " $srcdir / Advancely"
2020 cmake -B build -DCMAKE_BUILD_TYPE=Release \
2121 -DCMAKE_INSTALL_PREFIX=/usr
2222 cmake --build build --config Release
2323}
2424
2525package () {
26- cd " Advancely"
26+ cd " $srcdir / Advancely"
2727 # This runs the "install" section of your CMakeLists.txt
2828 # It will install the binary to /usr/share/advancely
2929 # It will install the launcher to /usr/bin/advancely
You can’t perform that action at this time.
0 commit comments