summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkatoitalia2020-10-22 17:15:00 +0200
committerkatoitalia2020-10-22 17:15:00 +0200
commit6aede89af66af3293ee37e2f2b6b9c10eda87dc9 (patch)
treea5bf98e9af0504b0c4e05eeafa173e65a013ccfb /PKGBUILD
parent3ebf82c395b50962577757e2a1704bd7804e37dc (diff)
downloadaur-6aede89af66af3293ee37e2f2b6b9c10eda87dc9.tar.gz
fixed dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4715d729656e..7027e8b3d626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Draw is a lightweight drawing tool for users to freely draw and simply
url="https://github.com/linuxdeepin/deepin-draw"
license=('GPL3')
depends=("qt5-base" "deepin-notifications")
-makedepends=("cmake" "qt5-tools")
+makedepends=("cmake" "git" "qt5-tools")
conflicts=("deepin-draw")
provides=("deepin-draw-git=$pkgver")
source=("$pkgname::git+https://github.com/linuxdeepin/deepin-draw.git")