summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-03-13 15:20:30 -0500
committerLuis Martinez2022-03-13 15:20:30 -0500
commit04c3427bac4fc9b0ab43422fa1abbd34bfec5b66 (patch)
tree310a7c50ce136c3895f398e5082108407e213a4d /PKGBUILD
parentbd49bf55b765dc446f041aa2a1c510fa5fa1996f (diff)
downloadaur-python-adb-enhanced.tar.gz
update to 2.5.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2670030ffdff..a29f1aead0c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Franck Lucien Duriez <franck.lucien.duriez@gmail.com>
pkgname=python-adb-enhanced
-pkgver=2.5.13
+pkgver=2.5.14
pkgrel=1
pkgdesc="Swiss-army knife for Android testing and development"
arch=("any")
@@ -11,7 +11,7 @@ license=("Apache")
depends=('android-tools' 'java-runtime' 'python-psutil' 'python-docopt')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('46c5ed36e7f3c93eb73ac8b76b9189827150280874aedb6ffd95c55bb86a92cd')
+sha256sums=('0ce379b02be2023a29512f5cd923c6eeeb537858830b5e62c3f5c7e99f232954')
build() {
cd "adb-enhanced-$pkgver"