summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentfcb55dd0a1f0e83682befd0727836909b60456bb (diff)
downloadaur-android-sources-28.tar.gz
Changed `conflicts` to `provides`.
Signed-off-by: Jérémy "Vrakfall" Lecocq <jeremy@artphotolaurent.be>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')