summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 415635d9993a..9bdf7881f246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: LinRs <LinRs at users.noreply.github.com>
+# Maintainer: PCITechie <pcitechie at protonmail dot com>
+# Contributor: LinRs <LinRs at users.noreply.github.com>
# Contributor: Gavin Lloyd <gavinhungry@gmail.com>
pkgname=androidscreencast-bin
_pkgname=androidscreencast
-pkgver=0.0.13s
+pkgver=0.0.16s
pkgrel=2
pkgdesc='Desktop app to control an android device remotely using mouse and keyboard'
arch=('any')
url='https://github.com/xSAVIKx/AndroidScreencast'
license=('Apache')
-depends=('java-runtime>=7' 'android-tools')
+depends=('java-runtime>=8' 'android-tools')
source=("${pkgname}-${pkgver}.tgz"::"https://github.com/xSAVIKx/AndroidScreencast/releases/download/v$pkgver/androidscreencast-$pkgver-linux.tar.gz"
'androidscreencast')
-sha256sums=('3f2b33b7d7067d78793c49ab3b59f4bb7d2ae939b583cae6dd4e71919ac82329'
- '7f9ae071315067a3f90eb37e52c69125bd8a332f51dc179ef67847853b0a2c0d')
+md5sums=('d3486e541fe8167472ae567cfc6f96db' '0db09e599de4887b62169bcd34efb63f')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"