summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Puertas2017-05-20 14:34:44 +0200
committerKevin Puertas2017-05-20 14:34:44 +0200
commit45c2133f39a666d0c5763115d02bb0f985704a89 (patch)
tree40afd404c766fc1c78ae29003399e628fd9917a9
parent926fc224ed4d55588140e4c9e356a023739a7740 (diff)
downloadaur-45c2133f39a666d0c5763115d02bb0f985704a89.tar.gz
Required depend is jdk, not jre
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86fa734d8c45..0648e3957862 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 = 1
+ pkgrel = 2
url = https://archlinuxarm.org/wiki/Distcc_Cross-Compiling
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = telepad
depends = libx11
depends = libxext
depends = libxtst
- depends = jre8-openjdk
+ depends = jdk8-openjdk
provides = telepad
provides = telepad-app
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index a5cf5ac43842..02297df457d8 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=1
+pkgrel=2
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' 'jre8-openjdk')
+depends=('bluez-libs' 'libx11' 'libxext' 'libxtst' 'jdk8-openjdk')
options=(!emptydirs)
source=("https://launchpad.net/~pelle-vincent-n/+archive/ubuntu/telepad-ppa/+files/${pkgname}_${pkgver}.orig.tar.xz")
md5sums=('9bd69e4f4757ff61683d17da044c2453')