summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Puertas2017-05-21 16:47:08 +0200
committerKevin Puertas2017-05-21 16:47:08 +0200
commitbf7241c45bc0205f5113ef06ad7e990ffd1fdcfa (patch)
treee5b114658d1d8187a081d8c2848888dcc2ab909c
parent45c2133f39a666d0c5763115d02bb0f985704a89 (diff)
downloadaur-bf7241c45bc0205f5113ef06ad7e990ffd1fdcfa.tar.gz
Dependencies fixed
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0648e3957862..a23bb47d2d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = telepad
pkgdesc = Telepad desktop application. This software communicates with the Telepad mobile application in order to use a mobile/tablet as a remote mouse and keyboard.
pkgver = 1.0.7
- pkgrel = 2
+ pkgrel = 3
url = https://archlinuxarm.org/wiki/Distcc_Cross-Compiling
arch = x86_64
arch = i686
@@ -10,7 +10,8 @@ pkgbase = telepad
depends = libx11
depends = libxext
depends = libxtst
- depends = jdk8-openjdk
+ depends = jre8-openjdk
+ depends = classpath
provides = telepad
provides = telepad-app
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 02297df457d8..da74af31c476 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: JKA Network (JoseluCross, Kprkpr, Yukialba) <contacto@jkanetwork.com>
pkgname=telepad
pkgver=1.0.7
-pkgrel=2
+pkgrel=3
pkgdesc="Telepad desktop application. This software communicates with the Telepad mobile application in order to use a mobile/tablet as a remote mouse and keyboard."
arch=('x86_64' 'i686')
url="https://archlinuxarm.org/wiki/Distcc_Cross-Compiling"
license=('custom')
provides=('telepad' 'telepad-app')
-depends=('bluez-libs' 'libx11' 'libxext' 'libxtst' 'jdk8-openjdk')
+depends=('bluez-libs' 'libx11' 'libxext' 'libxtst' 'jre8-openjdk' 'classpath')
options=(!emptydirs)
source=("https://launchpad.net/~pelle-vincent-n/+archive/ubuntu/telepad-ppa/+files/${pkgname}_${pkgver}.orig.tar.xz")
md5sums=('9bd69e4f4757ff61683d17da044c2453')