summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliberodark2017-09-22 20:57:40 +0200
committerliberodark2017-09-22 20:57:40 +0200
commitfea2c1b446d785b12ab54a8c3dc80ef046f69e88 (patch)
tree6f5dd408c643cbb69069339a9298cdb36f94b3d7
parentbcaa41d991d40e533f05d8e56d77c022b13a21a1 (diff)
downloadaur-fea2c1b446d785b12ab54a8c3dc80ef046f69e88.tar.gz
Modif....
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
-rw-r--r--odrive-bin.desktop4
3 files changed, 15 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 423974cce4ec..56fbc6069a84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,19 @@
# Generated by mksrcinfo v8
-# Fri Sep 22 11:00:12 UTC 2017
+# Fri Sep 22 18:57:31 UTC 2017
pkgbase = odrive-bin
pkgdesc = Google Drive GUI
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/liberodark/ODrive
arch = x86_64
license = GPL
depends = xdg-utils
- depends = electron
- depends = nodejs
source = odrive-bin.desktop
source = odrive-bin.png
- sha512sums = 21f1af6ea861679b8338daad978ace9f66e2177d1897643f87aacd291ca5a35ddab50efee3dfcdbd4fbb015bdaf8f0589ef90fbec7c8e0ad3a71cfa32e7ea18b
+ sha512sums = 8c498921bb26768f9d54324ece38b41e7980d6ed2117ab5843cadb3ce6efa38da4158b28909dd01422ed45c2dc200f7f199c353c3856f517363ebd6a4d1c69eb
sha512sums = e852e6ee2714900b2b484dbe3f9bb69e72895391fed5e6776142c48daaf7e75a8a12908812894e5695277447bd2704cad93cd4f2ed0940ef45008e93b8823dd1
- source_x86_64 = https://github.com/liberodark/ODrive/releases/download/0.1.0/odrive-0.1.0.tar.gz
- sha512sums_x86_64 = 141b55fb50141fa5dcd47c73b584b947dd8833ebb699f0e70208584a3063002ad7a42d264a2890814ffbeb3306a98252227793c069d00fb7677fe6c6afd37a89
+ source_x86_64 = https://github.com/liberodark/ODrive/releases/download/0.1.1/odrive-linux-x64.tar.gz
+ sha512sums_x86_64 = 5cae7c97447e4251ec2df4d75dba088f4082fafdf3217c562cd795ffe2bf1d40bbd8599f855d2a11bb63f449c4308916f59dab373f5906d1d1bd170e91e71f45
pkgname = odrive-bin
diff --git a/PKGBUILD b/PKGBUILD
index 678707822494..2423ebeeb251 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,25 @@
# Maintainer: liberodark
pkgname=odrive-bin
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="Google Drive GUI"
arch=('x86_64')
url="https://github.com/liberodark/ODrive"
license=('GPL')
-depends=('xdg-utils' 'electron' 'nodejs')
-source_x86_64=("https://github.com/liberodark/ODrive/releases/download/0.1.0/odrive-0.1.0.tar.gz")
+depends=('xdg-utils')
+source_x86_64=("https://github.com/liberodark/ODrive/releases/download/0.1.1/odrive-linux-x64.tar.gz")
source=($pkgname.desktop
$pkgname.png)
-sha512sums=('21f1af6ea861679b8338daad978ace9f66e2177d1897643f87aacd291ca5a35ddab50efee3dfcdbd4fbb015bdaf8f0589ef90fbec7c8e0ad3a71cfa32e7ea18b'
+sha512sums=('8c498921bb26768f9d54324ece38b41e7980d6ed2117ab5843cadb3ce6efa38da4158b28909dd01422ed45c2dc200f7f199c353c3856f517363ebd6a4d1c69eb'
'e852e6ee2714900b2b484dbe3f9bb69e72895391fed5e6776142c48daaf7e75a8a12908812894e5695277447bd2704cad93cd4f2ed0940ef45008e93b8823dd1')
-sha512sums_x86_64=('141b55fb50141fa5dcd47c73b584b947dd8833ebb699f0e70208584a3063002ad7a42d264a2890814ffbeb3306a98252227793c069d00fb7677fe6c6afd37a89')
+sha512sums_x86_64=('5cae7c97447e4251ec2df4d75dba088f4082fafdf3217c562cd795ffe2bf1d40bbd8599f855d2a11bb63f449c4308916f59dab373f5906d1d1bd170e91e71f45')
package() {
cd $srcdir
- tar xvf odrive-0.1.0.tar.gz
- cp -r usr $pkgdir
+ tar xvf odrive-linux-x64.tar.gz
+ mkdir -p "$pkgdir/usr/bin/odrive"
+ cp -r "odrive-linux-x64/." "$pkgdir/usr/bin/odrive"
install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
install -vDm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
}
diff --git a/odrive-bin.desktop b/odrive-bin.desktop
index 84497fa348f3..1f2e3d76daa4 100644
--- a/odrive-bin.desktop
+++ b/odrive-bin.desktop
@@ -2,8 +2,8 @@
Name=ODrive
GenericName=Google Drive
Comment=Google Drive GUI
-Exec=/usr/share/odrive/odrive
-Path=/usr/share/odrive/
+Exec=/usr/bin/odrive/odrive
+Path=/usr/bin/odrive/
Icon=odrive-bin
Terminal=false
Type=Application