summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-04-14 20:26:25 +0200
committerbegin-theadventure2023-04-14 20:26:25 +0200
commit633adf0b40366f591bc8e50da4c17bf0ecf0bf86 (patch)
tree29fef27b367e13705d9174bdf4f8e9ad882f1b08
parent9248a2b745a6e2dfbf1d6499cae8ff93424e1449 (diff)
downloadaur-633adf0b40366f591bc8e50da4c17bf0ecf0bf86.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f1ac63c57de..627e3ffd902c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = curtail-git
arch = any
license = GPL3
checkdepends = appstream-glib
+ makedepends = git
makedepends = meson
depends = jpegoptim
depends = libadwaita
diff --git a/PKGBUILD b/PKGBUILD
index e8706274a325..87e03be7d451 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)