diff --git a/.SRCINFO b/.SRCINFO index cf05f40..8c3534d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 9b2517d..b89a323 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Chris Watson 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"