fix: update source URL for package retrieval

This commit is contained in:
Leonie Ain 2026-01-11 17:35:20 +01:00
parent e65a5b9174
commit 8ba3a63436

View file

@ -7,7 +7,7 @@ url="https://git.blossomos.org/Blossom"
license=('GPL3') license=('GPL3')
depends=('refind') depends=('refind')
makedepends=() makedepends=()
source=("${pkgname}-${pkgver}.tar.gz::$url/refind-theme/archive/refs/tags/v${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::$url/refind/archive/${pkgver}.tar.gz")
sha256sums=('SKIP') sha256sums=('SKIP')
package() { package() {