Update PKGBUILD for v0.1.1-alpha.1

This commit is contained in:
Sebastian Palencsar
2026-05-09 07:12:04 +02:00
parent cc09b629a3
commit 557cd4dc2d
2 changed files with 20 additions and 3 deletions

17
packaging/.SRCINFO Normal file
View File

@@ -0,0 +1,17 @@
pkgbase = deskify-bin
pkgdesc = Turn websites into Linux desktop apps (prebuilt binary package)
pkgver = 0.1.1.alpha.1
pkgrel = 1
url = https://github.com/spalencsar/deskify
arch = x86_64
license = MIT
depends = glibc
optdepends = chromium: for --backend chromium
provides = deskify
conflicts = deskify
source = deskify::https://github.com/spalencsar/deskify/releases/download/v0.1.1-alpha.1/deskify-linux-x86_64
source = LICENSE::https://raw.githubusercontent.com/spalencsar/deskify/v0.1.1-alpha.1/LICENSE
sha256sums = c4e938b7b130529eb50d85ab8797ef5d4c04262c9fcb40519f2e8d87443dc2ab
sha256sums = d4e53458cd2dd461f234186497b6d9b21566c477737a4d31fa6f018ef610486f
pkgname = deskify-bin

6
packaging/PKGBUILD Normal file → Executable file
View File

@@ -1,5 +1,5 @@
pkgname=deskify-bin
pkgver=0.1.0.alpha.8
pkgver=0.1.1.alpha.1
pkgrel=1
pkgdesc="Turn websites into Linux desktop apps (prebuilt binary package)"
arch=('x86_64')
@@ -10,11 +10,11 @@ optdepends=('chromium: for --backend chromium')
provides=('deskify')
conflicts=('deskify')
_tag="v0.1.0-alpha.8"
_tag="v0.1.1-alpha.1"
source=("deskify::https://github.com/spalencsar/deskify/releases/download/${_tag}/deskify-linux-x86_64"
"LICENSE::https://raw.githubusercontent.com/spalencsar/deskify/${_tag}/LICENSE")
sha256sums=('7ab62ff193c2666983c72844c13f368a0ecc1fcd6da40fe95f544c9999e05f30'
sha256sums=('c4e938b7b130529eb50d85ab8797ef5d4c04262c9fcb40519f2e8d87443dc2ab'
'd4e53458cd2dd461f234186497b6d9b21566c477737a4d31fa6f018ef610486f')
package() {