summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Bueide2020-02-04 22:40:05 -0600
committerAndrew Bueide2020-02-04 22:40:05 -0600
commitdf04467285d52a9c9421f152d029089d9696ea8f (patch)
treec4eb1f8391e6b06339a7e61f9242684123ccb531 /PKGBUILD
parentb0c2094df490bf87a2ab6e8ded3785137d9076df (diff)
downloadaur-df04467285d52a9c9421f152d029089d9696ea8f.tar.gz
Add skia-git as conflicting dependency (build fails with it installed)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3998575d96a..ac0da164fb0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ license=('custom')
depends=('cmark' 'pixman' 'curl' 'giflib' 'zlib' 'libpng' 'libjpeg-turbo' 'tinyxml' 'freetype2'
'harfbuzz' 'nettle' 'fontconfig' 'libxcursor' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('cmake' 'ninja' 'git' 'python2' 'pandoc')
-conflicts=("aseprite-git" "aseprite-gpl")
+conflicts=("aseprite-git" "aseprite-gpl" "skia-git")
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname^}-\
v${pkgver}-Source.zip"
"${pkgname}.desktop"