summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Anastasio2021-10-10 22:07:50 +0200
committerLuca Anastasio2021-10-10 22:07:50 +0200
commit525d15a4fe8cca22d7b72e8f89b84bf893210ee0 (patch)
treec69c95483a49aae6eca63a442c6679ccbdda9cf0
parent1675da4881c415a2bce3ebffd71d82d18d66efb0 (diff)
downloadaur-525d15a4fe8cca22d7b72e8f89b84bf893210ee0.tar.gz
update to 3.2.2
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c8047aad951..1df6a86ba62d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Luca Anastasio <anastasio dot lu at gmail dot com>
pkgname=remoteit-desktop-bin
-pkgver=3.0.2
+pkgver=3.2.2
pkgrel=1
pkgdesc="Remote.it cross platform desktop application for creating and hosting connections"
url="https://remote.it/"
@@ -15,9 +15,9 @@ backup=()
options=('!strip' '!emptydirs')
install=${pkgname}.install
source=("https://downloads.remote.it/desktop/v${pkgver}/remoteit-amd64-installer.deb")
-md5sums=('e2fbaa1a9362853825309e5034889476')
+md5sums=('e210df7ba2de5d96c35a96cd721b086b')
package() {
tar xf data.tar.xz -C "${pkgdir}"
- install -D -m644 "/opt/remoteit/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 "${pkgdir}/opt/remoteit/LICENSES.chromium.html" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}