summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2016-01-06 23:42:12 -0500
committernull2016-01-06 23:42:12 -0500
commitb64c50d02d584222ef07288c81e738d7d078ebb5 (patch)
treeb3b7572dadd330f18c245f098db21aadff1153df
parentf33f6383057da7c615a5e285b0524f4eedf85665 (diff)
downloadaur-b64c50d02d584222ef07288c81e738d7d078ebb5.tar.gz
Fixed deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37b8e0ac3a4f..74f0f8087fa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jan 7 04:34:45 UTC 2016
+# Thu Jan 7 04:42:03 UTC 2016
pkgbase = splashtop-client
pkgdesc = A client for splashtop.
pkgver = 2.4.0.1
@@ -14,8 +14,8 @@ pkgbase = splashtop-client
depends = gcc-libs
depends = glibc
depends = openssl
- depends = python
- depends = python-crypto
+ depends = python2
+ depends = python2-crypto
depends = sdl
source = http://d17kmd0va0f0mp.cloudfront.net/linuxclient/splashtop-client_1204_2.4.0.1-1_i386.deb
md5sums = e775988a7897b70724b5c3a7a188148b
diff --git a/PKGBUILD b/PKGBUILD
index fc1fecaf1b29..16057da9c5fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ 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)
md5sums=('e775988a7897b70724b5c3a7a188148b')
-depends=('apr' 'apr-util' 'bash-completion' 'gcc-libs' 'glibc' 'openssl' 'python' 'python-crypto' 'sdl')
+depends=('apr' 'apr-util' 'bash-completion' 'gcc-libs' 'glibc' 'openssl' 'python2' 'python2-crypto' 'sdl')
# I got the above dependencies from debtap
package() {