aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Henrique2019-09-23 09:21:07 -0300
committerPedro Henrique2019-09-23 09:21:07 -0300
commit8fd76e1f3ee424a70d8c23cd7e49d583d8db40b0 (patch)
tree62f4e60992957064a368d88fde328d4eb4fa59f1
parent75e3347ed685076ce11c0172040f0063df4d085a (diff)
downloadaur-8fd76e1f3ee424a70d8c23cd7e49d583d8db40b0.tar.gz
Fix using wrong python binary in desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ae8fc37f1e8..e351e09c236b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = overgrive
pkgdesc = A complete Google Drive™ desktop client solution for Linux
pkgver = 3.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.thefanclub.co.za/overgrive
install = overgrive.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6d76b13fbad8..f62e1ab1eef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pedro Henrique <pedro00dk@gmail.com>
pkgname=overgrive
pkgver=3.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="A complete Google Drive™ desktop client solution for Linux"
arch=('x86_64')
url="https://www.thefanclub.co.za/overgrive"
@@ -27,7 +27,8 @@ prepare() {
rm -- './overgrive-3.3.1-0-any.pkg.tar.xz'
sed --in-place -- \
's+Exec=python3+Exec=/opt/thefanclub/overgrive/venv/bin/python3+g' \
- './usr/share/applications/overgrive.desktop'
+ './usr/share/applications/overgrive.desktop' \
+ './opt/thefanclub/overgrive/overgrive-autostart.desktop'
}
package() {
cp --recursive -- './opt/' './usr/' "${pkgdir}/"