summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalstrond2019-12-07 20:39:36 +0100
committerMalstrond2019-12-07 20:39:36 +0100
commit86ed2aec6bdb6704553cc80dcfcaec05b52de3e2 (patch)
tree5744ad58a6ee3fc101aa242a0b8b49c82223da22
parentba5cb66f57dd8c9d3e065454fe334626f37defd0 (diff)
downloadaur-86ed2aec6bdb6704553cc80dcfcaec05b52de3e2.tar.gz
Updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de3806e5bdc2..dd308f2593bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = activtools
pkgdesc = Tools for Promethean hardware: activmanager, activcalibrate, activremote, activmonitor.
- pkgver = 5.18.12
+ pkgver = 5.18.18
pkgrel = 0
url = https://support.prometheanworld.com/product/activdriver
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = activtools
depends = icu60
optdepends = activinspire: Prometheans presentation software
optdepends = activdriver: Driver for Promethean hardware
- source_x86_64 = http://activsoftware.co.uk/linux/repos/driver/ubuntu/pool/non-oss/a/activtools/activtools_5.18.12-0~Ubuntu~1804_amd64.deb
- md5sums_x86_64 = 74ead494dd9645a20d27bb7efcd97156
+ source = http://activsoftware.co.uk/linux/repos/driver/ubuntu/pool/non-oss/a/activtools/activtools_5.18.18-0~Ubuntu~1804_amd64.deb
+ md5sums = c1c1d41bc3025c55636231462e6b2d65
pkgname = activtools
diff --git a/PKGBUILD b/PKGBUILD
index a647dfe8e3dc..94923405b827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Malstrond <malstrond@gmail.com>
-# Contributor: Jose Riha <jose1711 gmail com>
+# Contributor: Jose Riha <jose1711@gmail.com>
# Contributor: Bazon <bazonbloch@arcor.de>
pkgname=activtools
-pkgver=5.18.12
+pkgver=5.18.18
pkgrel=0
pkgdesc="Tools for Promethean hardware: activmanager, activcalibrate, activremote, activmonitor."
arch=('x86_64')
@@ -11,9 +11,9 @@ url="https://support.prometheanworld.com/product/activdriver"
license=('unknown')
depends=('nss' 'openssl-1.0' 'qt5-base' 'icu60')
optdepends=('activinspire: Prometheans presentation software'
- 'activdriver: Driver for Promethean hardware')
-source_x86_64=(http://activsoftware.co.uk/linux/repos/driver/ubuntu/pool/non-oss/a/activtools/activtools_$pkgver-0~Ubuntu~1804_amd64.deb)
-md5sums_x86_64=('74ead494dd9645a20d27bb7efcd97156')
+ 'activdriver: Driver for Promethean hardware')
+source=("http://activsoftware.co.uk/linux/repos/driver/ubuntu/pool/non-oss/a/activtools/activtools_$pkgver-0~Ubuntu~1804_amd64.deb")
+md5sums=('c1c1d41bc3025c55636231462e6b2d65')
package() {
# Extract the source.
@@ -35,7 +35,7 @@ package() {
# Since it is started by the user, this directory needs to be world-writable, even if that's a bad idea.
install -dm0777 "$pkgdir"/etc/promethean/calibration
- # activmgr works only when started after board is attached, so no autostart.
+ # activmgr works only when started after the ActivBoard is attached, so no autostart.
# Delete the following line if you want an autostart of activmgr.
rm -r "$pkgdir"/etc/xdg
@@ -47,4 +47,4 @@ package() {
echo "This means you need to manually kill activcalibrate.sh after you finished calibration."
echo "Use ALT+F4, your desktop environments method, killall, or start it using the timeout command."
echo " "
-} \ No newline at end of file
+}