summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d94bf6a5db4e..2d8776757beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Christoph Bayer <chrbayer@criby.de>
pkgname=android-sdk-platform-tools
-pkgver=r28.0.0
+pkgver=28.0.1
pkgrel=1
pkgdesc='Platform-Tools for Google Android SDK (adb and fastboot)'
arch=('x86_64')
@@ -14,10 +14,10 @@ depends_x86_64=('zlib' 'ncurses')
provides=('adb' 'android-tools')
conflicts=('adb')
install="${pkgname}.install"
-source=("https://dl.google.com/android/repository/platform-tools_${pkgver}-linux.zip"
+source=("https://dl.google.com/android/repository/platform-tools_r${pkgver}-linux.zip"
"adb.service"
"license.html")
-sha1sums=('f944e69bc96ad2984a7e19febb3f3569b216699f'
+sha1sums=('74ff83bc203f01c4f04bd9316ab5a2573f023fd1'
'49a40c129199844603afe71fce69c0908e062393'
'bfb91be7e0b602d765b7a1fcaf0ce1b7e1a93faa')