summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxpt2019-01-25 16:55:14 -0300
committerxpt2019-01-25 16:55:14 -0300
commit116ed13723ccba0168d3a0136a17b59d16d782bc (patch)
treeefa2da74b15da88d8a436c307acf2e36d4e97846
parentfdb6d9e53cfb484654a9c38f37384591bb0fe5bd (diff)
downloadaur-116ed13723ccba0168d3a0136a17b59d16d782bc.tar.gz
Update to 1.8.2
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
-rw-r--r--prey-node-client.patch14
3 files changed, 13 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98788be160c5..8145ef4c4061 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# mar may 8 15:02:24 UTC 2018
pkgbase = prey-node-client
pkgdesc = Remote tracking and monitoring application for laptops, smartphones, and other electronic devices
- pkgver = 1.7.4
- pkgrel = 2
+ pkgver = 1.8.2
+ pkgrel = 1
url = https://preyproject.com/
install = prey-node-client.install
arch = x86_64
@@ -23,12 +21,12 @@ pkgbase = prey-node-client
replaces = prey-tracker
source = prey-node-client.patch
source = prey_project
- sha256sums = 181785784b44de48ff8ad0601f2a88a00ff4c26fe95b2c075546f23dc54de8c5
+ sha256sums = bfe1cd56443eb3e4dd49974e955ffe8ad33b5a7ec749e53cc2682bde82dceb80
sha256sums = 41f29d334e7671b07cfdc848b2752ccc51710471285e8ebe61c07faa0d36160d
- source_x86_64 = https://downloads.preyproject.com/prey-client-releases/node-client/1.7.4/prey-linux-1.7.4-x64.zip
- sha256sums_x86_64 = 73c06dd4e1dd39f7f9278193cb6555e8148db9d570ae1e6cc1a0fe87640b963d
- source_i686 = https://downloads.preyproject.com/prey-client-releases/node-client/1.7.4/prey-linux-1.7.4-x86.zip
- sha256sums_i686 = 840a08837e42446a2e82a3a743c6666825633a4c7c3041c8828a5b7729da42c7
+ source_x86_64 = https://downloads.preyproject.com/prey-client-releases/node-client/1.8.2/prey-linux-1.8.2-x64.zip
+ sha256sums_x86_64 = d4d3f439f2fc337e5fb3643dd6a5d37aeac58dae62bde197416200fec3454e21
+ source_i686 = https://downloads.preyproject.com/prey-client-releases/node-client/1.8.2/prey-linux-1.8.2-x86.zip
+ sha256sums_i686 = 03da1e6eaad820424d7c1fc8ae8b523ddacd0d414b23c7b572adbeac2309eb5b
pkgname = prey-node-client
diff --git a/PKGBUILD b/PKGBUILD
index 3f1bd38b2031..0ce549689990 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xpt <user.xpt@gmail.com>
pkgname=prey-node-client
-pkgver=1.7.4
-pkgrel=2
+pkgver=1.8.2
+pkgrel=1
pkgdesc="Remote tracking and monitoring application for laptops, smartphones, and other electronic devices"
url="https://preyproject.com/"
arch=('x86_64' 'i686')
@@ -14,9 +14,9 @@ install='prey-node-client.install'
source=('prey-node-client.patch' 'prey_project')
source_x86_64=("https://downloads.preyproject.com/prey-client-releases/node-client/$pkgver/prey-linux-$pkgver-x64.zip")
source_i686=("https://downloads.preyproject.com/prey-client-releases/node-client/$pkgver/prey-linux-$pkgver-x86.zip")
-sha256sums=('181785784b44de48ff8ad0601f2a88a00ff4c26fe95b2c075546f23dc54de8c5' '41f29d334e7671b07cfdc848b2752ccc51710471285e8ebe61c07faa0d36160d')
-sha256sums_x86_64=('73c06dd4e1dd39f7f9278193cb6555e8148db9d570ae1e6cc1a0fe87640b963d')
-sha256sums_i686=('840a08837e42446a2e82a3a743c6666825633a4c7c3041c8828a5b7729da42c7')
+sha256sums=('bfe1cd56443eb3e4dd49974e955ffe8ad33b5a7ec749e53cc2682bde82dceb80' '41f29d334e7671b07cfdc848b2752ccc51710471285e8ebe61c07faa0d36160d')
+sha256sums_x86_64=('d4d3f439f2fc337e5fb3643dd6a5d37aeac58dae62bde197416200fec3454e21')
+sha256sums_i686=('03da1e6eaad820424d7c1fc8ae8b523ddacd0d414b23c7b572adbeac2309eb5b')
package() {
cd "$srcdir/prey-$pkgver"
diff --git a/prey-node-client.patch b/prey-node-client.patch
index 79d51515bdd5..5a8c36434ec3 100644
--- a/prey-node-client.patch
+++ b/prey-node-client.patch
@@ -55,18 +55,6 @@ index 2b2b141..d39a885 100644
# Fetch edge releases before they reach the stable branch. No effect without auto_update.
download_edge = false
-diff --git lib/system/linux/index.js lib/system/linux/index.js
-index c68f3c2..0d8216d 100644
---- lib/system/linux/index.js
-+++ lib/system/linux/index.js_new
-@@ -39,6 +39,6 @@ exports.process_running = function(process_name, callback){
-
- // restarts NetworkManager so it reconnects
- exports.reconnect = function(callback){
-- var cmd = "service NetworkManager restart";
-+ var cmd = "systemctl restart NetworkManager.service";
- exec(cmd, callback);
- };
diff --git lib/conf/gui/linux/prey-config.py lib/conf/gui/linux/prey-config.py
index 66549ef..a7f4730 100755
--- lib/conf/gui/linux/prey-config.py
@@ -162,4 +150,4 @@ index 8383b5d..697816b 100644
+ "preuninstall": "./bin/prey_project config hooks pre_uninstall"
},
"bugs": {
- "url": "http://github.com/prey/prey-node-client/issues" \ No newline at end of file
+ "url": "http://github.com/prey/prey-node-client/issues"