summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKppqju772023-06-15 13:06:52 +0200
committerKppqju772023-06-15 13:06:52 +0200
commitbe96708ca31c01d69be0d71860967bc02fed6e86 (patch)
treeaaf4c0bfe3254a19a8f0d128e7701b1231008a01
parent8242864d0525877c9a0c63c0877885ee8b791c78 (diff)
downloadaur-be96708ca31c01d69be0d71860967bc02fed6e86.tar.gz
Bump to apilevel 34, and take into account extension level
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD11
-rw-r--r--package.xml2
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a499038fe5e..2cd67d422872 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = android-platform
pkgdesc = Android SDK Platform, latest API
- pkgver = 33_r02
+ pkgver = 34_r01
pkgrel = 1
url = http://developer.android.com/sdk/index.html
arch = any
license = custom
- provides = android-platform-33
- conflicts = android-platform-33
+ provides = android-platform-34
+ conflicts = android-platform-34
options = !strip
- source = https://dl.google.com/android/repository/platform-33_r02.zip
+ source = https://dl.google.com/android/repository/platform-34-ext7_r01.zip
source = package.xml
- sha256sums = f851b13fe89f8510a1250df5e8593e86176b2428f4f3cbe0e304a85818c07bc8
- sha256sums = 4d10dc4169a78a44176598ae4d34b268ccf0ad22a65f50becff804f26751c496
+ sha256sums = dcb3052b9c24f25d08922821b8a55a8f15b1b0060984f55bc7ed6aac00ab542d
+ sha256sums = a14f277f8bbd6cd684befcf5107a592c384b5f7b4ab7ff2e40874af1d683ad9c
pkgname = android-platform
depends = android-sdk
diff --git a/PKGBUILD b/PKGBUILD
index a5d94770c355..773a0831610e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,9 @@
# Contributor: Jakub Schmidtke
pkgname=android-platform
-_apilevel=33
-_rev=r02
+_apilevel=34
+_extension=7
+_rev=r01
pkgver=${_apilevel}_${_rev}
pkgrel=1
pkgdesc="Android SDK Platform, latest API"
@@ -18,10 +19,10 @@ license=('custom')
provides=("${pkgname}-${_apilevel}")
conflicts=("${pkgname}-${_apilevel}")
options=('!strip')
-source=("https://dl.google.com/android/repository/platform-${_apilevel}_${_rev}.zip"
+source=("https://dl.google.com/android/repository/platform-${_apilevel}-ext${_extension}_${_rev}.zip"
"package.xml")
-sha256sums=('f851b13fe89f8510a1250df5e8593e86176b2428f4f3cbe0e304a85818c07bc8'
- '4d10dc4169a78a44176598ae4d34b268ccf0ad22a65f50becff804f26751c496')
+sha256sums=('dcb3052b9c24f25d08922821b8a55a8f15b1b0060984f55bc7ed6aac00ab542d'
+ 'a14f277f8bbd6cd684befcf5107a592c384b5f7b4ab7ff2e40874af1d683ad9c')
package() {
depends=('android-sdk' 'android-sdk-platform-tools')
diff --git a/package.xml b/package.xml
index 2fe03fceef1f..e87f4225abe9 100644
--- a/package.xml
+++ b/package.xml
@@ -138,4 +138,4 @@ This is the Android Software Development Kit License Agreement
14.7 The License Agreement, and your relationship with Google under the License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from the License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
-January 16, 2019</license><localPackage path="platforms;android-33" obsolete="false"><type-details xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns11:platformDetailsType"><api-level>33</api-level><codename></codename><extension-level>3</extension-level><base-extension>true</base-extension><layoutlib api="15"/></type-details><revision><major>2</major></revision><display-name>Android SDK Platform 33</display-name><uses-license ref="android-sdk-license"/></localPackage></ns2:repository> \ No newline at end of file
+January 16, 2019</license><localPackage path="platforms;android-34" obsolete="false"><type-details xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns11:platformDetailsType"><api-level>34</api-level><codename></codename><extension-level>7</extension-level><base-extension>true</base-extension><layoutlib api="15"/></type-details><revision><major>1</major></revision><display-name>Android SDK Platform 34</display-name><uses-license ref="android-sdk-license"/></localPackage></ns2:repository> \ No newline at end of file