diff options
author | begin-theadventure | 2023-04-14 20:26:25 +0200 |
---|---|---|
committer | begin-theadventure | 2023-04-14 20:26:25 +0200 |
commit | 633adf0b40366f591bc8e50da4c17bf0ecf0bf86 (patch) | |
tree | 29fef27b367e13705d9174bdf4f8e9ad882f1b08 | |
parent | 9248a2b745a6e2dfbf1d6499cae8ff93424e1449 (diff) | |
download | aur-633adf0b40366f591bc8e50da4c17bf0ecf0bf86.tar.gz |
Add git to makedepends
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,7 @@ pkgbase = curtail-git arch = any license = GPL3 checkdepends = appstream-glib + makedepends = git makedepends = meson depends = jpegoptim depends = libadwaita @@ -9,7 +9,7 @@ arch=('any') url="https://github.com/Huluti/Curtail" license=('GPL3') depends=('jpegoptim' 'libadwaita' 'libwebp' 'optipng' 'pngquant' 'python-gobject') -makedepends=('meson') +makedepends=('git' 'meson') checkdepends=('appstream-glib') conflicts=($_pkgname imcompressor) provides=($_pkgname) |