diff --git a/.SRCINFO b/.SRCINFO index a6be6c5fb97f5..202840c2d4583 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index c1685b822ea0e..77a746c66c936 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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() {