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
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
url = https://codeium.com/
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = windsurf
provides = windsurf
conflicts = windsurf
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-bin.sh::https://raw.githubusercontent.com/watzon/aur-packages/refs/heads/main/packages/windsurf/windsurf-bin.sh
sha256sums = SKIP
+3 -3
View File
@@ -2,7 +2,7 @@
pkgname=windsurf
_pkgname=windsurf
pkgver=1.5.9
pkgver=1.6.1
pkgrel=1
pkgdesc="Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance."
arch=('x86_64')
@@ -77,7 +77,7 @@ sha256sums=(
prepare() {
mkdir -p "${srcdir}/deb_file/data"
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() {
@@ -115,4 +115,4 @@ package() {
install -d "${pkgdir}/usr/share/zsh/site-functions"
install -Dm 644 "${srcdir}/deb_file/data/usr/share/bash-completion/completions/${_pkgname}" "${pkgdir}/usr/share/bash-completion/completions/${_pkgname}" #bash
install -Dm 644 "${srcdir}/deb_file/data/usr/share/zsh/vendor-completions/_${_pkgname}" "${pkgdir}/usr/share/zsh/site-functions/_${_pkgname}" #zsh
}
}