summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2019-10-22 16:11:24 +0200
committerOscar Morante2019-10-22 16:11:24 +0200
commitea6ab59dbd43efb3cd5ffcaeece08ae5b2c0564e (patch)
tree9399081907b40722067e74dd7b6176e0693bcfc6
parent0463fcaa174364cbc941d20afa047bd1011d0a98 (diff)
downloadaur-ea6ab59dbd43efb3cd5ffcaeece08ae5b2c0564e.tar.gz
whoops!
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 035560625c1c..9f0a930a1715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unityhub
pkgdesc = The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations.
pkgver = 2.1.2
- pkgrel = 2
+ pkgrel = 3
arch = x86_64
license = custom
depends = gtk2
diff --git a/PKGBUILD b/PKGBUILD
index 6f2bede7c9de..9123fdca398d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=unityhub
pkgver=2.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations."
arch=('x86_64')
license=('custom')
@@ -25,6 +25,7 @@ build() {
package() {
# Install
+ _df="${srcdir}/squashfs-root/unityhub.desktop"
install -d "${pkgdir}/usr/share"
install -D ${_df} "${pkgdir}/usr/share/applications/unityhub.desktop"
install -D "${srcdir}/squashfs-root/usr/share/icons/hicolor/48x48/apps/unityhub.png" \