summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJérémy "Vrakfall" Lecocq2018-11-02 08:21:54 +0100
committerJérémy "Vrakfall" Lecocq2018-11-02 08:21:54 +0100
commitd7aee3b0494c78ee42dd477b949333ff877793c8 (patch)
tree15b11edd89e499c336d942c2fc9b6d990dd4144f /PKGBUILD
parent8072071f70823452837a91fb5810154fdcdff469 (diff)
downloadaur-android-sources-27.tar.gz
Changed `conflicts` to `provides` and fixed `.SRCINFO`.
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 2f7445658018..2d154239ec24 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=('8e3c1f85fc147b567f342552d6ead2e526df6ba6aa283264e4ebbf1f823be5cc')