summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy "Vrakfall" Lecocq2018-11-02 07:41:32 +0100
committerJérémy "Vrakfall" Lecocq2018-11-02 07:41:32 +0100
commit6f2f491d1b30baa5323d7b638b5174301d37a7b0 (patch)
tree49c30f6da8743543db830f15ac17324852589087
parentb03e9fd264ecc889eeb5b87ef4707c2f284db020 (diff)
downloadaur-6f2f491d1b30baa5323d7b638b5174301d37a7b0.tar.gz
This package now conflicts correctly with the ones with fixed versions.
Signed-off-by: Jérémy "Vrakfall" Lecocq <jeremy@artphotolaurent.be>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e2b693d1f9d..213253e04a65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = android-sources
url = https://developer.android.com/studio/index.html
arch = any
license = custom
- conflicts = android-sources=26
+ conflicts = android-sources-26
options = !strip
source = https://dl.google.com/android/repository/sources-26_r01.zip
sha256sums = a1461c180c414eed7866a8aebada38c64846ed0084814d2f5f773584338440f5
diff --git a/PKGBUILD b/PKGBUILD
index 283160223c58..d3c3e97eac00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ pkgdesc="Android SDK Sources, latest API"
arch=('any')
url="https://developer.android.com/studio/index.html"
license=('custom')
-conflicts=("android-sources=${_sdkint}")
+conflicts=("android-sources-${_sdkint}")
options=('!strip')
source=("https://dl.google.com/android/repository/sources-${_sdkint}_${_rev}.zip")
sha256sums=('a1461c180c414eed7866a8aebada38c64846ed0084814d2f5f773584338440f5')