Package Details: serenade.ai 2.0.2-1

Git Clone URL: https://aur.archlinux.org/serenade.ai.git (read-only, click to copy)
Package Base: serenade.ai
Description: Serenade is the most powerful way to program using natural speech.
Upstream URL: https://serenade.ai
Provides: serenade.ai
Submitter: cedricfarinazzo
Maintainer: cedricfarinazzo
Last Packager: cedricfarinazzo
Votes: 0
Popularity: 0.000000
First Submitted: 2021-06-08 20:32 (UTC)
Last Updated: 2023-01-08 14:41 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

dfjulien commented on 2023-01-05 00:25 (UTC) (edited on 2023-01-05 00:25 (UTC) by dfjulien)

Couldn't get the old version here to work. These changes worked for me:

diff --git a/PKGBUILD b/PKGBUILD
index 3548c4b..76a77ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Cédric 'Sed' FARINAZZO <cedric.farinazzo@gmail.com>

 pkgname=serenade.ai
-pkgver=1.6.3
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Serenade is the most powerful way to program using natural speech."
 url="https://serenade.ai"
@@ -11,8 +11,8 @@ install='serenadeai.install'
 provides=('serenade.ai')

 _appimage="Serenade-${pkgver}.AppImage"
-source=("${_appimage}::https://cdn.serenade.ai/app/Serenade-${pkgver}.AppImage")
-sha1sums=('734857e0344c12dcfacf871505ba31b9750fe856')
+source=("${_appimage}::https://serenadecdn.com/app/Serenade-${pkgver}.AppImage")
+sha1sums=('19361df2b91ca444400b4e7da368c52b4c5d32ec')
 noextract=("${_appimage}")

 prepare() {