Update packaging PKGBUILD template for alpha.8
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
pkgname=deskify-bin
|
||||
pkgver=0.1.0_alpha.7
|
||||
pkgver=0.1.0.alpha.8
|
||||
pkgrel=1
|
||||
pkgdesc="Turn websites into Linux desktop apps (prebuilt binary package)"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/spalencsar/deskify"
|
||||
license=('MIT')
|
||||
depends=('glibc')
|
||||
optdepends=('chromium: for --backend chromium')
|
||||
provides=('deskify')
|
||||
conflicts=('deskify')
|
||||
|
||||
_tag="v0.1.0-alpha.7"
|
||||
_tag="v0.1.0-alpha.8"
|
||||
source=("deskify::https://github.com/spalencsar/deskify/releases/download/${_tag}/deskify-linux-x86_64"
|
||||
"LICENSE::https://raw.githubusercontent.com/spalencsar/deskify/${_tag}/LICENSE")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user