summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2024-01-24 20:09:15 +0800
committertaotieren2024-01-24 20:09:15 +0800
commitecdd654dd525a0d25a9189f2ef59511146f52afe (patch)
tree9cffd974517b7fdcc0d677b5383445451d2925b6
parente95613f8202e0702052f131a7b71847a0185bb36 (diff)
downloadaur-wchisp.tar.gz
[lilac] updated to 0.2.2-12
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d92d61c25f0c..0e2ed55dc0b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = wchisp
pkgdesc = WCH ISP Tool in Rust
pkgver = 0.2.2
- pkgrel = 4
+ pkgrel = 12
url = https://github.com/ch32-rs/wchisp
arch = x86_64
arch = aarch64
arch = riscv64
- license = GPL-2.0
+ license = GPL-2.0-only
makedepends = git
makedepends = rust
depends = cargo
provides = wchisp
conflicts = wchisp-git
- options = !strip
options = !lto
source = wchisp-0.2.2.tar.gz::https://static.crates.io/crates/wchisp/wchisp-0.2.2.crate
sha256sums = 6e9485d6b3d2073a20d8258d4b5f4ce628f7da93ab69d901de8f6cd348a2b1d8
diff --git a/PKGBUILD b/PKGBUILD
index b059b0a395a9..541db412c773 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
pkgname=wchisp
pkgver=0.2.2
-pkgrel=4
+pkgrel=12
pkgdesc="WCH ISP Tool in Rust"
arch=(x86_64
aarch64
riscv64)
url="https://github.com/ch32-rs/wchisp"
-license=('GPL-2.0')
+license=('GPL-2.0-only')
provides=(${pkgname})
conflicts=(${pkgname}-git)
replaces=()
depends=('cargo')
makedepends=('git' 'rust')
backup=()
-options=('!strip' '!lto')
+options=('!lto')
install=
source=("${pkgname}-${pkgver}.tar.gz::https://static.crates.io/crates/${pkgname}/${pkgname}-${pkgver}.crate")
sha256sums=('6e9485d6b3d2073a20d8258d4b5f4ce628f7da93ab69d901de8f6cd348a2b1d8')