fix: update source URL for package retrieval
This commit is contained in:
parent
e65a5b9174
commit
8ba3a63436
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue