Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
Update arch package to 0.6.0
Rūdolfs Ošiņš committed 10 months ago
commit 37a9fbeec08241666b630f183bef221ed47ffa16
parent 71904a7
4 files changed +7 -6
modified RELEASE.md
@@ -11,8 +11,8 @@
  - Make sure to clean any transient dependencies with `cargo clean && rm -rf node_modules` before building.
- Upload the macOS build to [MinIO][0] in the same folder as the latest Linux build.
- Publish Arch Linux package (See `arch/README.md` for more information)
-
  - Update `pkgver` in `arch/PKGBUILD` to match the release version
-
  - Update `_commit` in `arch/PKGBUILD` to the release commit created above
+
  - Update `pkgver` in `arch/radicle-desktop/PKGBUILD` to match the release version
+
  - Update `_commit` in `arch/radicle-desktop/PKGBUILD` to the release commit created above
  - Regenerate `.SRCINFO` with

    ```bash
modified arch/generate-srcinfo.sh
@@ -7,5 +7,6 @@ exec docker run \
    --env PKGDEST=/tmp \
    --env SRCDEST=/tmp \
    --workdir /workdir \
+
    --platform linux/amd64 \
    archlinux:base-devel makepkg --printsrcinfo > radicle-desktop/.SRCINFO

modified arch/radicle-desktop/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = radicle-desktop
	pkgdesc = Radicle desktop app
-
	pkgver = 0.5.0
+
	pkgver = 0.6.0
	pkgrel = 1
	url = https://www.radworks.garden/
	arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = radicle-desktop
	options = !strip
	options = !emptydirs
	options = !lto
-
	source = radicle-desktop::git+https://seed.radicle.xyz/z4D5UCArafTzTQpDZNQRuqswh3ury.git#commit=dab7b4455e897c2dd1fa3e9711654880c4f90237
+
	source = radicle-desktop::git+https://seed.radicle.xyz/z4D5UCArafTzTQpDZNQRuqswh3ury.git#commit=71904a7e407ab326a467bf9942222c6d01049f9f
	sha256sums = SKIP

pkgname = radicle-desktop
modified arch/radicle-desktop/PKGBUILD
@@ -2,9 +2,9 @@
#
# shellcheck shell=bash disable=SC2034 disable=SC2154 disable=SC2164

-
_commit=dab7b4455e897c2dd1fa3e9711654880c4f90237
+
_commit=71904a7e407ab326a467bf9942222c6d01049f9f
pkgname=radicle-desktop
-
pkgver='0.5.0'
+
pkgver='0.6.0'
pkgrel='1'
pkgdesc='Radicle desktop app'
arch=('x86_64')