Skip to content

Commit bc7d24c

Browse files
committed
Fix PKGBUILD issues
1 parent 815dbf5 commit bc7d24c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packaging/linux/PKGBUILD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ pkgver=1.0.29
55
pkgrel=1
66
pkgdesc="A highly customizable and interactive tool to track Minecraft progress."
77
arch=('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')
1010
depends=('sdl3' 'sdl3_image' 'sdl3_ttf' 'curl' 'hicolor-icon-theme')
1111
makedepends=('git' 'cmake')
1212
provides=('advancely')
@@ -16,14 +16,14 @@ source=("git+$url#tag=v${pkgver}")
1616
sha256sums=('SKIP')
1717

1818
build() {
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

2525
package() {
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

0 commit comments

Comments
 (0)