Package Details: ride-git v4.5.3692-1

Git Clone URL: https://aur.archlinux.org/ride-git.git (read-only, click to copy)
Package Base: ride-git
Description: A remote IDE for Dyalog APL
Upstream URL: https://github.com/Dyalog/ride
Licenses: MIT
Submitter: stilvoid
Maintainer: stilvoid
Last Packager: stilvoid
Votes: 1
Popularity: 0.000001
First Submitted: 2021-05-15 16:55 (UTC)
Last Updated: 2022-06-06 15:18 (UTC)

Latest Comments

OctoRocket commented on 2023-09-17 19:04 (UTC)

The PKGBUILD doesn't seem to compile the package with CSS.

stilvoid commented on 2022-06-06 15:19 (UTC)

Good catch. pkgver updated it for me before I committed and I hadn't realised the project doesn't have tags for 4.5 versions yet. Fixed

akamayu commented on 2022-06-06 15:09 (UTC) (edited on 2022-06-06 15:13 (UTC) by akamayu)

It seems that pkgver in PKGBUILD was not updated properly in the commit 0d3db1.

-pkgver=v4.4.3524
+pkgver=v4.4.3682

I think it should be 4.5.3692 instead?

jreyes53 commented on 2021-12-02 15:27 (UTC)

I was able to install this package with the following change:

pkgver() {
cd ride
-    git describe --tags
+    git describe --abbrev=0 --tags
}

germanp82 commented on 2021-11-23 13:09 (UTC)

==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: v4.4.3649-4-g882ba6e8
 -> error making: ride-git