Update to version 1.3.10
This commit is contained in:
@@ -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.3.9
|
||||
pkgver = 1.3.10
|
||||
pkgrel = 1
|
||||
url = https://codeium.com
|
||||
arch = x86_64
|
||||
@@ -27,7 +27,7 @@ pkgbase = windsurf
|
||||
optdepends = vulkan-icd-loader: Vulkan support
|
||||
provides = windsurf
|
||||
options = !strip
|
||||
source = https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/apt/pool/main/w/windsurf/Windsurf-linux-x64-1.3.9.deb
|
||||
source = https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/apt/pool/main/w/windsurf/Windsurf-linux-x64-1.3.10.deb
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = windsurf
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Maintainer: Chris Watson <cawatson1993@gmail.com>
|
||||
|
||||
pkgname=windsurf
|
||||
pkgver=1.3.9
|
||||
pkgver=1.3.10
|
||||
pkgrel=1
|
||||
pkgdesc="Tomorrow's Editor, Today. Built to keep you in flow state with instant, invaluable AI developer assistance."
|
||||
arch=('x86_64')
|
||||
@@ -36,8 +36,8 @@ source=("https://windsurf-stable.codeiumdata.com/wVxQEIWkwPUEAGf3/apt/pool/main/
|
||||
sha256sums=('SKIP')
|
||||
|
||||
package() {
|
||||
# Extract package data
|
||||
bsdtar -xf data.tar.xz -C "${pkgdir}"
|
||||
# Extract package data using the new zst archive
|
||||
bsdtar -xf data.tar.zst -C "${pkgdir}"
|
||||
|
||||
# Fix permissions
|
||||
chmod 4755 "${pkgdir}/usr/share/windsurf/chrome-sandbox"
|
||||
|
||||
Reference in New Issue
Block a user