summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-12-07 16:03:58 +0800
committertaotieren2024-12-07 16:03:58 +0800
commiteb8c0756204b5ca78d588779988afb9063caf19a (patch)
treeec72b657c5b5227280f1298a40458431cd0b7368
parentf04051d84642a943b7c4b989ed2acea6a890472f (diff)
downloadaur-xfel.tar.gz
[lilac] updated to 1.3.2-19
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7104d4fd4136..4b0a205b3f25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
pkgbase = xfel
pkgdesc = Tiny FEL tools for allwinner SOC, support RISC-V D1 chip.
pkgver = 1.3.2
- pkgrel = 18
+ pkgrel = 19
url = https://github.com/xboot/xfel
arch = x86_64
- arch = aarch64
- arch = riscv64
license = MIT
makedepends = gcc
depends = libusb
diff --git a/PKGBUILD b/PKGBUILD
index 37af6b08031b..047e0ed2c1d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,10 @@
pkgname=xfel
pkgver=1.3.2
-pkgrel=18
+pkgrel=19
epoch=
pkgdesc="Tiny FEL tools for allwinner SOC, support RISC-V D1 chip."
-arch=(x86_64
- aarch64
- riscv64)
+arch=($CARCH)
url="https://github.com/xboot/xfel"
license=('MIT')
groups=()