summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy "Vrakfall" Lecocq2018-11-02 08:19:31 +0100
committerJérémy "Vrakfall" Lecocq2018-11-02 08:19:31 +0100
commit6130080e1bf0febb4226c250e8c00ec76bb45f14 (patch)
tree8d05695339bed719aa0977e10c3394c30da2842f
parentfcb55dd0a1f0e83682befd0727836909b60456bb (diff)
downloadaur-android-sources-28.tar.gz
Changed `conflicts` to `provides`.
Signed-off-by: Jérémy "Vrakfall" Lecocq <jeremy@artphotolaurent.be>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd6e26dd80b4..f89f43db3b2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,4 @@
+#@IgnoreInspection BashAddShebang
pkgbase = android-sources-28
pkgdesc = Android SDK Sources, API-28
pkgver = 9.0.0_r01
@@ -5,7 +6,7 @@ pkgbase = android-sources-28
url = https://developer.android.com/studio/index.html
arch = any
license = custom
- conflicts = android-sources=28
+ provides = android-sources
options = !strip
source = https://dl.google.com/android/repository/sources-28_r01.zip
sha256sums = 7c05aecdc5b56a8d30837ff80885e95736e455aef4d442a5f5f39fe9652250f0
diff --git a/PKGBUILD b/PKGBUILD
index 8b8459700a58..9cb8edd7ea90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ pkgdesc="Android SDK Sources, API-${_sdkint}"
arch=(any)
url="https://developer.android.com/studio/index.html"
license=('custom')
-conflicts=("android-sources=${_sdkint}")
+provides=("android-sources")
options=('!strip')
source=("https://dl.google.com/android/repository/sources-${_sdkint}_${_rev}.zip")
sha256sums=('7c05aecdc5b56a8d30837ff80885e95736e455aef4d442a5f5f39fe9652250f0')