Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit c7d0acf

Browse files
author
anatolik
committed
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@1461901 9fca08f4-af9d-4005-b8df-a31f2cc04f65
1 parent 75b40b6 commit c7d0acf

File tree

1 file changed

+4
-4
lines changed
  • android-tools/repos/community-x86_64

1 file changed

+4
-4
lines changed

android-tools/repos/community-x86_64/PKGBUILD

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
# Contributor: Alucryd <alucryd at gmail dot com>
44

55
pkgname=android-tools
6-
pkgver=33.0.3
7-
_tag=${pkgver}p2 # https://github.com/nmeum/android-tools sometimes carries extra patch version on top of the upstream versioning
8-
pkgrel=3
6+
pkgver=34.0.1
7+
_tag=${pkgver} # https://github.com/nmeum/android-tools sometimes carries extra patch version on top of the upstream versioning
8+
pkgrel=1
99
pkgdesc='Android platform tools'
1010
arch=(x86_64)
1111
url='http://tools.android.com/'
1212
license=(Apache MIT)
1313
depends=(libusb protobuf brotli zstd android-udev pcre2)
1414
makedepends=(gtest cmake go ninja git)
1515
source=(https://github.com/nmeum/android-tools/releases/download/$_tag/android-tools-$_tag.tar.xz)
16-
sha256sums=('6bf6b52d7389e79fc92b63cc206451ee42fc4f7da769d76922193e98d75f5604')
16+
sha256sums=('60234ecbca19a17a7e2f46a4581960d645b7c55b870d924a21494c76a6f548ec')
1717

1818
build() {
1919
cd android-tools-$_tag

0 commit comments

Comments
 (0)