summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgidio Caprino2017-05-15 10:57:56 +0100
committerEgidio Caprino2017-05-15 10:57:56 +0100
commit935a32fc47abf07170ba93e4da78d26f4a9dd1ab (patch)
tree26743caa69de5ec5408151c493afe1452745ec94
parent8e2955b2b589b2a18bb774086812787af69c4230 (diff)
downloadaur-935a32fc47abf07170ba93e4da78d26f4a9dd1ab.tar.gz
Fix winetricks errors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
-rw-r--r--liquidsky.install3
3 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f66bcb5351b1..5ecb203d3e3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = liquidsky
pkgdesc = LiquidSky lets you instantly own and stream a powerful gaming computer to any device!
pkgver = 2
- pkgrel = 2
+ pkgrel = 3
url = https://liquidsky.tv/
install = liquidsky.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fe4c4ff1084e..eda5fabe5cb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=liquidsky
pkgver=2
-pkgrel=2
+pkgrel=3
pkgdesc="LiquidSky lets you instantly own and stream a powerful gaming computer to any device!"
arch=('x86_64' 'i686')
url='https://liquidsky.tv/'
@@ -34,4 +34,3 @@ package() {
rm /tmp/liquidsky.png
done
}
-
diff --git a/liquidsky.install b/liquidsky.install
index 1411694ff4b9..63c63ebe07f9 100644
--- a/liquidsky.install
+++ b/liquidsky.install
@@ -1,6 +1,6 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- winetricks allfonts
+ winetricks allfonts || 1
}
post_upgrade() {
@@ -10,4 +10,3 @@ post_upgrade() {
post_remove() {
post_install $1
}
-