fixpkg: lapce

This commit is contained in:
MedzikUser 2022-05-27 20:24:19 +02:00
parent d6a01c0dd5
commit 141cb96d3e
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 2 additions and 1 deletions

View File

@ -8,8 +8,9 @@ url="https://github.com/lapce/lapce"
license=('Apache')
depends=('gcc-libs' 'libxcb' 'expat' 'freetype2' 'libxkbcommon' 'fontconfig' 'gtk3')
makedepends=('rust' 'python' 'cmake')
source=("${url}/archive/${pkgver}.tar.gz")
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP')
options=('!lto')
build() {
cd "${pkgname}-${pkgver}"