summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBalazs Vinarz2022-09-05 18:08:34 +0200
committerBalazs Vinarz2022-09-05 18:08:34 +0200
commitf28ae6c7751578ef1edf03da706112339e2209a8 (patch)
tree166168cf95a0d623b413cd91003b3af6e3371040 /PKGBUILD
parentfa024a179bed94ac555cacd80c2e6c73ce056993 (diff)
downloadaur-adbcontrol.tar.gz
bump jre to version 8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98682d3e33ea..7b8d1f32eab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=adbcontrol
pkgver=0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Remote control your Android phone through adb"
arch=(i686 x86_64)
url="http://marian.schedenig.name/2014/07/03/remote-control-your-android-phone-through-adb/"
license=('Eclipse Public Licence')
-depends=(jre7-openjdk)
+depends=(jre8-openjdk)
source=(http://marian.schedenig.name/wp-content/uploads/adbcontrol.zip)
md5sums=(a6fafab5525a8e02450b4456ea3ec141)
@@ -17,7 +17,7 @@ build()
echo "No build requied, precompiled jar is avaliable,"
echo "standard values has been placed in config file."
echo "###############################################"
- }
+ }
package()
{