summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16057da9c5fc..2dc090436d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+
pkgname=splashtop-client
pkgdesc="A client for splashtop."
-pkgver=2.4.0.1
-pkgrel=1
+pkgver=2.6.2.0
+pkgrel=2
arch=('i686' 'x86_64')
-url="http://www.splashtop.com/linux#download-client"
-license=('commercial')
-source=(http://d17kmd0va0f0mp.cloudfront.net/linuxclient/splashtop-client_1204_2.4.0.1-1_i386.deb)
+url="https://www.splashtop.com/linux#download-client"
+license=('custom')
+source=(https://d17kmd0va0f0mp.cloudfront.net/linuxclient/splashtop-client_1204_2.4.0.1-1_i386.deb)
md5sums=('e775988a7897b70724b5c3a7a188148b')
depends=('apr' 'apr-util' 'bash-completion' 'gcc-libs' 'glibc' 'openssl' 'python2' 'python2-crypto' 'sdl')
-# I got the above dependencies from debtap
package() {
mkdir data
tar xf data.tar.gz --directory data/
cp -r data/* ${pkgdir}
}
-
-# missing deps: 'libavcodec53' 'libavcodec-extra-53' 'libavformat53' 'libavformat-extra-53' 'libavutil51' 'libavutil-extra-51' 'libswscale2' 'libswscale-extra-2' \ No newline at end of file