Fix permissions for Go module

This commit is contained in:
AzPepoze 2026-01-26 22:56:24 +07:00
parent 40279c199e
commit 153e16b494
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,5 @@
pkgbase = linux-wallpaperengine-gui-git
pkgdesc = GUI for linux-wallpaperengine using Electron
pkgdesc = GUI for linux-wallpaperengine using Go(Backend) and Electron(Frontend)
pkgver = r1.0000000
pkgrel = 1
url = https://github.com/AzPepoze/linux-wallpaperengine-gui

View file

@ -3,7 +3,7 @@ pkgname=linux-wallpaperengine-gui-git
_pkgname=linux-wallpaperengine-gui
pkgver=r1.0000000
pkgrel=1
pkgdesc="GUI for linux-wallpaperengine using Electron"
pkgdesc="GUI for linux-wallpaperengine using Go(Backend) and Electron(Frontend)"
arch=('x86_64')
url="https://github.com/AzPepoze/linux-wallpaperengine-gui"
license=('MIT')
@ -53,6 +53,9 @@ build() {
npm install --verbose
npm run build
# Fix permissions for Go module cache to allow cleanup
chmod -R u+w "$srcdir/go"
}
package() {