summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-12-08 22:01:12 +0800
committertaotieren2023-12-08 22:01:12 +0800
commitdb239a897eef5581e13649a67a9b121dbf520958 (patch)
tree5ed9357b423e4486504ee159ca4466dcefe1e009
parent1fc5fcd1989d6f9770a4474021b3ccbc0921f0b8 (diff)
downloadaur-db239a897eef5581e13649a67a9b121dbf520958.tar.gz
[lilac] updated to 1.3.2-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d5dd8495ffa..01d8feb230e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = xfel
pkgdesc = Tiny FEL tools for allwinner SOC, support RISC-V D1 chip.
pkgver = 1.3.2
- pkgrel = 0
+ pkgrel = 3
url = https://github.com/xboot/xfel
- arch = any
+ arch = x86_64
+ arch = aarch64
+ arch = riscv64
license = MIT
makedepends = gcc
depends = libusb
diff --git a/PKGBUILD b/PKGBUILD
index 44e2da0c95e1..39679f4b8d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,12 @@
pkgname=xfel
pkgver=1.3.2
-pkgrel=0
+pkgrel=3
epoch=
pkgdesc="Tiny FEL tools for allwinner SOC, support RISC-V D1 chip."
-arch=('any')
+arch=(x86_64
+ aarch64
+ riscv64)
url="https://github.com/xboot/xfel"
license=('MIT')
groups=()