summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2021-05-30 22:23:24 +0800
committertaotieren2021-05-30 22:23:24 +0800
commitbb9a2acffb2f10e4c4710b6d594fa35a9805dfaf (patch)
tree6d00c52376543a4d11fc95fa7749e59cabd9a162
parentad339a2d063ed5c0bea677513cdd945e2632ba19 (diff)
downloadaur-bb9a2acffb2f10e4c4710b6d594fa35a9805dfaf.tar.gz
Update xfel
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f48e45f064ca..6cffba544309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,22 @@
-pkgbase = xfel-git
+pkgbase = xfel
pkgdesc = Tiny FEL tools for allwinner SOC, support RISC-V D1 chip.
- pkgver = 4d18ba1
+ pkgver = eb5f578
pkgrel = 1
url = https://github.com/xboot/xfel
arch = any
license = MIT
makedepends = git
depends = libusb
- provides = xfel-git
- conflicts = xfel-git
+ provides = xfel
conflicts = xfel
+ conflicts = xfel-git
options = !strip
- source = xfel::git+https://github.com/xboot/xfel.git
+ source = xfel-git::git+https://github.com/xboot/xfel.git
+ source = xfel.tar.gz::https://github.com/xboot/xfel/archive/refs/tags/v1.0.1.tar.gz
sha256sums = SKIP
+ sha256sums = SKIP
+
+pkgname = xfel
pkgname = xfel-git
diff --git a/PKGBUILD b/PKGBUILD
index c6db26f43eca..584306d9fe3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=xfel-git
-pkgver=4d18ba1
+pkgver=eb5f578
pkgrel=1
pkgdesc="Tiny FEL tools for allwinner SOC, support RISC-V D1 chip."
arch=('any')