mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix permissions for Go module
This commit is contained in:
parent
40279c199e
commit
153e16b494
2 changed files with 5 additions and 2 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
5
PKGBUILD
5
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue