summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2024-01-06 03:34:59 +0100
committerMichał Wojdyła2024-01-06 03:34:59 +0100
commit2c9a887a7bc1037d385e3818a2842fda45009913 (patch)
treed6589d68e689804a46589d242ef35e334631155c /PKGBUILD
parentf86c2104518dee2ad487e2f4d1ddb0849c52d41d (diff)
downloadaur-one-click-bing-wallpaper-git.tar.gz
add missing git makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d953f76b50b..d0aa6d02f60e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="A Qt-based program for setting newest Bing Wallpaper, just click the tray icon"
arch=('i686' 'x86_64')
url="https://github.com/ypingcn/BingWallpaper"
-makedepends=('qt5-base')
+makedepends=('qt5-base' 'git')
optdepends=('feh: common WM support' 'xfconf: xfce support' 'glib2: deepin and cinnamon support')
depends=('python-requests' 'dtkwidget' 'libnotify')
license=('GPL3')