From 412f65d617a342e3df02fcd908645f30790d03f5 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 30 Dec 2023 17:46:09 +0100 Subject: [PATCH] fix previous commit --- contrib/alpine/APKBUILD | 2 +- contrib/alpine/APKBUILD.git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/alpine/APKBUILD b/contrib/alpine/APKBUILD index bb1acb88..38b93cc5 100644 --- a/contrib/alpine/APKBUILD +++ b/contrib/alpine/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/john30/ebusd" arch="x86 x86_64 aarch64 armhf armv7" license="GPL-3.0-only" 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() { cmake -B build -G Ninja \ diff --git a/contrib/alpine/APKBUILD.git b/contrib/alpine/APKBUILD.git index 48711351..45a020a7 100644 --- a/contrib/alpine/APKBUILD.git +++ b/contrib/alpine/APKBUILD.git @@ -8,7 +8,7 @@ url="https://github.com/john30/ebusd" arch="x86 x86_64 aarch64 armhf armv7" license="GPL-3.0-only" 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() { mkdir -p "$srcdir"