fix previous commit

This commit is contained in:
John
2023-12-30 17:46:09 +01:00
parent 3384f37800
commit 412f65d617
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ url="https://github.com/john30/ebusd"
arch="x86 x86_64 aarch64 armhf armv7" arch="x86 x86_64 aarch64 armhf armv7"
license="GPL-3.0-only" license="GPL-3.0-only"
makedepends="cmake mosquitto-dev openssl-dev samurai" makedepends="cmake mosquitto-dev openssl-dev samurai"
source="$pkgname-$pkgver.tar.gz::https://github.com/john30/${pkgname}/archive/refs/tags/${pkgver}.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/john30/ebusd/archive/refs/tags/$pkgver.tar.gz"
build() { build() {
cmake -B build -G Ninja \ cmake -B build -G Ninja \
+1 -1
View File
@@ -8,7 +8,7 @@ url="https://github.com/john30/ebusd"
arch="x86 x86_64 aarch64 armhf armv7" arch="x86 x86_64 aarch64 armhf armv7"
license="GPL-3.0-only" license="GPL-3.0-only"
makedepends="cmake mosquitto-dev openssl-dev samurai" makedepends="cmake mosquitto-dev openssl-dev samurai"
source="$pkgname-$pkgver.tar.gz::https://codeload.github.com/john30/${_gitname}/legacy.tar.gz/refs/heads/master" source="$pkgname-$pkgver.tar.gz::https://codeload.github.com/john30/ebusd/legacy.tar.gz/refs/heads/master"
unpack() { unpack() {
mkdir -p "$srcdir" mkdir -p "$srcdir"