summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2020-11-05 01:19:19 -0800
committermutantmonkey2020-11-05 01:19:19 -0800
commit681cbc62547885c21ffc3a0aa953288f88aa45e0 (patch)
treeb794357ce82089d7f83dcb72e529a30652ec57d3
parentc285beb35b9048a0507100f055ede47247ecfd17 (diff)
downloadaur-681cbc62547885c21ffc3a0aa953288f88aa45e0.tar.gz
upgpkg: intiface-desktop 19.0.0-2
Pass --publish never to electron-builder to disable attempting to publish the release to GitHub.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b025e3aaa693..5f35c212e72d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = intiface-desktop
pkgdesc = Open-source, cross-platform application that acts as a hub for sex hardware access
pkgver = 19.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://intiface.com/desktop/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9dbd1f074ff2..e4a6769dda8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=intiface-desktop
pkgver=19.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Open-source, cross-platform application that acts as a hub for sex hardware access"
depends=('electron')
makedepends=('npm' 'yarn' 'git' 'trash-cli' 'typescript')
@@ -31,7 +31,7 @@ build() {
yarn build
cd ../intiface
yarn
- yarn electron:build
+ yarn electron:build --publish never
}
package() {