summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy Hoover2022-08-06 11:00:11 -0500
committerTroy Hoover2022-08-06 11:00:11 -0500
commit8c3e654d9577afa83b6221475acd5d5ec638875d (patch)
treed113bd0f3c62cfa35bb76429ce638e458a7e6c74
parent79d1f33bbde03a98e5182084485f8625042480e2 (diff)
downloadaur-pulseway-bin.tar.gz
update to v8.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e227a449db30..b0dbf29ef85a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pulseway-bin
pkgdesc = Pulseway (Remotely Monitor and Control IT Systems)
- pkgver = 8.8.9
+ pkgver = 8.11
pkgrel = 1
url = https://www.pulseway.com/
install = pulseway-bin.install
@@ -11,8 +11,8 @@ pkgbase = pulseway-bin
depends = wget
options = !strip
source_x86_64 = https://www.pulseway.com/download/pulseway_x64.pkg.tar.xz
- sha256sums_x86_64 = 984bc8f7d638a32a4af72ecf1987844a719d372f9982b8523de33bd604e610fe
+ sha256sums_x86_64 = 518973a430e705325bac98ef501d9aa78d6b96c22ac413cac290d42a322e3b6a
source_i686 = https://www.pulseway.com/download/pulseway_x86.pkg.tar.xz
- sha256sums_i686 = 9540d395dc7424308ddbd8b4d976f979a9ee567a1a474565c8f1d249b9bd9630
+ sha256sums_i686 = 7767dc89328d06c25c66cff9ea17771e4bf6587a48351e59d980cce1bdd5f326
pkgname = pulseway-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5ced57168fd2..35f5804e0300 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Troy Hoover <troytjh98 at gmail dot com>
pkgname=pulseway-bin
-pkgver=8.8.9
+pkgver=8.11
pkgrel=1
pkgdesc="Pulseway (Remotely Monitor and Control IT Systems)"
arch=('x86_64' 'i686')
@@ -16,8 +16,8 @@ install="pulseway-bin.install"
source_x86_64=("https://www.pulseway.com/download/pulseway_x64.pkg.tar.xz")
source_i686=("https://www.pulseway.com/download/pulseway_x86.pkg.tar.xz")
-sha256sums_x86_64=('984bc8f7d638a32a4af72ecf1987844a719d372f9982b8523de33bd604e610fe')
-sha256sums_i686=('9540d395dc7424308ddbd8b4d976f979a9ee567a1a474565c8f1d249b9bd9630')
+sha256sums_x86_64=('518973a430e705325bac98ef501d9aa78d6b96c22ac413cac290d42a322e3b6a')
+sha256sums_i686=('7767dc89328d06c25c66cff9ea17771e4bf6587a48351e59d980cce1bdd5f326')
_arch=$(uname -m)
@@ -31,11 +31,6 @@ package() {
install -Dm755 "${srcdir}/usr/bin/pulsewayd" "${pkgdir}/usr/bin/pulsewayd"
install -dm755 "${pkgdir}/var/pulseway"
- install -Dm644 "${srcdir}/var/lib/pulseway/libcrypto.so.1.1" "${pkgdir}/var/lib/pulseway/libcrypto.so.1.1"
- install -Dm644 "${srcdir}/var/lib/pulseway/libssl.so.1.1" "${pkgdir}/var/lib/pulseway/libssl.so.1.1"
install -Dm644 "${srcdir}/etc/systemd/system/pulseway.service" "${pkgdir}/usr/lib/systemd/system/pulseway.service"
-
- mkdir -p "${pkgdir}/etc/systemd/system"
- ln -s "/usr/lib/systemd/system/pulseway.service" "${pkgdir}/etc/systemd/system/pulseway.service"
}