summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD8
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 115e88f1f33e..c2c6232ac934 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,21 @@
pkgbase = airtame-application
pkgdesc = Airtame official screen streaming application.
- pkgver = 3.5.1
- pkgrel = 2
+ pkgver = 4.0.1
+ pkgrel = 1
url = https://airtame.com
arch = x86_64
license = custom
- depends = gconf
+ depends = gtk3
depends = libnotify
- depends = libappindicator-gtk2
- depends = libxtst
depends = nss
depends = libxss
- source = https://downloads.airtame.com/app/latest/linux/Airtame-3.5.1.deb
- sha1sums = dd0cdf383a0c4cadfc4f05c06b670f8e4acc97d8
+ depends = libxtst
+ depends = xdg-utils
+ depends = libutil-linux
+ depends = libappindicator-gtk3
+ depends = libsecret
+ source = https://downloads.airtame.com/app/latest/linux/Airtame-4.0.1.deb
+ sha1sums = 1ef1c7f7cc330fba51856790b34ae9ca2dbd3506
pkgname = airtame-application
diff --git a/PKGBUILD b/PKGBUILD
index a3dd36f747af..4b5cb43392f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: mod24 <bruenker(at)sintro(dot)de>
pkgname=airtame-application
-pkgver=3.5.1
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
pkgdesc="Airtame official screen streaming application."
arch=('x86_64')
url="https://airtame.com"
license=('custom')
-depends=('gconf' 'libnotify' 'libappindicator-gtk2' 'libxtst' 'nss' 'libxss')
+depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'libutil-linux' 'libappindicator-gtk3' 'libsecret')
source=("https://downloads.airtame.com/app/latest/linux/Airtame-${pkgver}.deb")
-sha1sums=('dd0cdf383a0c4cadfc4f05c06b670f8e4acc97d8')
+sha1sums=('1ef1c7f7cc330fba51856790b34ae9ca2dbd3506')
package() {
# Extract package data
tar xf data.tar.xz -C "${pkgdir}"