fix: update package version and source URL in PKGBUILD
This commit is contained in:
parent
863d0caaf4
commit
4660b7e051
1 changed files with 3 additions and 3 deletions
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=blossom-refind
|
||||
pkgver=1.0.0
|
||||
pkgver=2026.01.11
|
||||
pkgrel=1
|
||||
pkgdesc="BlossomOS rEFInd theme"
|
||||
arch=('any')
|
||||
|
|
@ -7,8 +7,8 @@ url="https://git.blossomos.org/Blossom"
|
|||
license=('GPL3')
|
||||
depends=('refind')
|
||||
makedepends=()
|
||||
source=("${pkgname}-${pkgver}.tar.gz::$url/refind/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('0aa49f053520d359aa4cb5af3eb7c494177a6da33520e99dd20988cab04d4c5e')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::$url/refind/archive/main.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
package() {
|
||||
local _srcdir
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue