Update to version 1.6.1

This commit is contained in:
watzon
2025-04-03 01:38:09 +00:00
parent 5c3318479e
commit 46e12e36b5
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
pkgbase = windsurf pkgbase = windsurf
pkgdesc = Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance. pkgdesc = Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance.
pkgver = 1.5.9 pkgver = 1.6.1
pkgrel = 1 pkgrel = 1
url = https://codeium.com/ url = https://codeium.com/
arch = x86_64 arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = windsurf
provides = windsurf provides = windsurf
conflicts = windsurf conflicts = windsurf
options = !strip options = !strip
source = https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/apt/pool/main/w/windsurf/Windsurf-linux-x64-1.5.9.deb source = https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/apt/pool/main/w/windsurf/Windsurf-linux-x64-1.6.1.deb
source = windsurf.png::https://raw.githubusercontent.com/watzon/aur-packages/refs/heads/main/packages/windsurf/windsurf.png source = windsurf.png::https://raw.githubusercontent.com/watzon/aur-packages/refs/heads/main/packages/windsurf/windsurf.png
source = windsurf-bin.sh::https://raw.githubusercontent.com/watzon/aur-packages/refs/heads/main/packages/windsurf/windsurf-bin.sh source = windsurf-bin.sh::https://raw.githubusercontent.com/watzon/aur-packages/refs/heads/main/packages/windsurf/windsurf-bin.sh
sha256sums = SKIP sha256sums = SKIP
+2 -2
View File
@@ -2,7 +2,7 @@
pkgname=windsurf pkgname=windsurf
_pkgname=windsurf _pkgname=windsurf
pkgver=1.5.9 pkgver=1.6.1
pkgrel=1 pkgrel=1
pkgdesc="Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance." pkgdesc="Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance."
arch=('x86_64') arch=('x86_64')
@@ -77,7 +77,7 @@ sha256sums=(
prepare() { prepare() {
mkdir -p "${srcdir}/deb_file/data" mkdir -p "${srcdir}/deb_file/data"
bsdtar -xf "${srcdir}/Windsurf-linux-x64-${pkgver}.deb" -C "${srcdir}/deb_file" bsdtar -xf "${srcdir}/Windsurf-linux-x64-${pkgver}.deb" -C "${srcdir}/deb_file"
tar -xf "${srcdir}/deb_file/data.tar.zst" -C "${srcdir}/deb_file/data" tar -xf "${srcdir}/deb_file/data.tar.xz" -C "${srcdir}/deb_file/data"
} }
package() { package() {