[lilac] updated to 1.3.2.r19.g6f92b44-5

This commit is contained in:
taotieren 2023-12-08 20:56:10 +08:00
parent 912f708374
commit eeddba95c1
2 changed files with 9 additions and 5 deletions

View File

@ -1,9 +1,11 @@
pkgbase = xfel-git
pkgdesc = Tiny FEL tools for allwinner SOC, support RISC-V D1 chip.
pkgver = 1.3.0.r0.gb733b3a
pkgrel = 1
pkgver = 1.3.2.r19.g6f92b44
pkgrel = 5
url = https://github.com/xboot/xfel
arch = x86_64
arch = aarch64
arch = riscv64
license = MIT
makedepends = git
makedepends = gcc

View File

@ -1,10 +1,12 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=xfel-git
pkgver=1.3.0.r0.gb733b3a
pkgrel=1
pkgver=1.3.2.r19.g6f92b44
pkgrel=5
pkgdesc="Tiny FEL tools for allwinner SOC, support RISC-V D1 chip."
arch=('x86_64')
arch=(x86_64
aarch64
riscv64)
url="https://github.com/xboot/xfel"
license=('MIT')
provides=(${pkgname%-git})