summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-09-22 08:41:35 -0600
committeryochananmarqos2019-09-22 08:41:35 -0600
commitb2bdff01524e8d06b764989729066915c7336bde (patch)
treee66b282b261edf46ff2a7e3499ac6ee97741e936
parentb8694be33b36bb57b14a16fef2d2979ed4706d1b (diff)
downloadaur-b2bdff01524e8d06b764989729066915c7336bde.tar.gz
fixed desktop icon
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--guiscrcpy.desktop2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26ec9bf947e..8d8a69aa64dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guiscrcpy-git
pkgdesc = A full fledged GUI integration for the most award winning open-source Android screen mirroring system -- scrcpy
pkgver = v1.11.r1.4c39ba3
- pkgrel = 1
+ pkgrel = 2
url = https://srevinsaju.github.io/guiscrcpy
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = guiscrcpy-git
source = guiscrcpy.desktop
source = guiscrcpy.sh
sha256sums = SKIP
- sha256sums = 11d0720e3b4675be95a26e0583cb4bb0ee79ab6f48df4a2df21a2b0917737448
+ sha256sums = 8d89b87fb87fe070df99cfa4b0005e9b33c6aea04a9f3f40a97a6ecc3930b9a4
sha256sums = 7d85c9d18ee989efa9cec44924294a5775c00a0d1ca6c369fb43a216e1d6f19f
pkgname = guiscrcpy-git
diff --git a/PKGBUILD b/PKGBUILD
index e10b3aefdda1..8801205aac5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=guiscrcpy-git
pkgver=v1.11.r1.4c39ba3
-pkgrel=1
+pkgrel=2
pkgdesc="A full fledged GUI integration for the most award winning open-source Android screen mirroring system -- scrcpy"
arch=('i686' 'x86_64')
url="https://srevinsaju.github.io/guiscrcpy"
@@ -16,7 +16,7 @@ source=('git+https://github.com/srevinsaju/guiscrcpy.git'
"${pkgname%-git}.desktop"
"${pkgname%-git}.sh")
sha256sums=('SKIP'
- '11d0720e3b4675be95a26e0583cb4bb0ee79ab6f48df4a2df21a2b0917737448'
+ '8d89b87fb87fe070df99cfa4b0005e9b33c6aea04a9f3f40a97a6ecc3930b9a4'
'7d85c9d18ee989efa9cec44924294a5775c00a0d1ca6c369fb43a216e1d6f19f')
pkgver() {
diff --git a/guiscrcpy.desktop b/guiscrcpy.desktop
index c20943109b8b..cf43d9ad9515 100644
--- a/guiscrcpy.desktop
+++ b/guiscrcpy.desktop
@@ -3,7 +3,7 @@ Name=guiscrcpy
Comment=GUI for scrcpy
Exec=python /usr/lib/python3.7/site-packages/guiscrcpy/__main__.py
Terminal=false
-Icon=/opt/guiscrcpy/ui/guiscrcpy_logo.png
+Icon=/usr/lib/python3.7/site-packages/ui/guiscrcpy_logo.png
Type=Application
Categories=Utility
StartupNotify=false