diff --git a/packaging/PKGBUILD b/packaging/PKGBUILD index 8599c98..f4253b3 100644 --- a/packaging/PKGBUILD +++ b/packaging/PKGBUILD @@ -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")