diff --git a/c++utilities/git/PKGBUILD b/c++utilities/git/PKGBUILD index ff05f3e2..57080184 100644 --- a/c++utilities/git/PKGBUILD +++ b/c++utilities/git/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities (git version)." license=('GPL') depends=('gcc-libs') -makedepends=('qt5-base') +makedepends=('qt5-base' 'git') provides=('c++utilities') conflicts=('c++utilities') url="https://github.com/Martchus/cpp-utilities" diff --git a/ffmpeg-libfdk_aac-git/git/PKGBUILD b/ffmpeg-libfdk_aac-git/git/PKGBUILD index a3639cd0..627d51e7 100644 --- a/ffmpeg-libfdk_aac-git/git/PKGBUILD +++ b/ffmpeg-libfdk_aac-git/git/PKGBUILD @@ -15,7 +15,7 @@ depends=( 'libvorbis.so' 'libvorbisenc.so' 'libvpx.so' 'libx264.so' 'libx265.so' 'libfdk-aac' ) -makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm') +makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm' 'git') optdepends=('ladspa: LADSPA filters') provides=( "ffmpeg=$pkgver" diff --git a/passwordfile/git/PKGBUILD b/passwordfile/git/PKGBUILD index 796a5fc2..4f71f711 100644 --- a/passwordfile/git/PKGBUILD +++ b/passwordfile/git/PKGBUILD @@ -7,7 +7,7 @@ arch=('i686' 'x86_64') pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL, git version)." license=('GPL') depends=('c++utilities' 'openssl') -makedepends=('qt5-base') +makedepends=('qt5-base' 'git') provides=('passwordfile') conflicts=('passwordfile') install= diff --git a/passwordmanager/git/PKGBUILD b/passwordmanager/git/PKGBUILD index 0bf894c0..26f79955 100644 --- a/passwordmanager/git/PKGBUILD +++ b/passwordmanager/git/PKGBUILD @@ -7,7 +7,7 @@ arch=('i686' 'x86_64') pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (git version)." license=('GPL') depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils') -makedepends=('qt5-tools') +makedepends=('qt5-tools' 'git') provides=('passwordmanager') conflicts=('passwordmanager') install=${_name}.install diff --git a/qtutilities/git/PKGBUILD b/qtutilities/git/PKGBUILD index d3c005ce..791ff6bd 100644 --- a/qtutilities/git/PKGBUILD +++ b/qtutilities/git/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (git version)." license=('GPL') depends=('c++utilities' 'qt5-base') -makedepends= +makedepends=('git') provides=('qtutilities') conflicts=('qtutilities') url="https://github.com/Martchus/qtutilities" diff --git a/tageditor/git/PKGBUILD b/tageditor/git/PKGBUILD index 8c89454d..b3dc7e02 100644 --- a/tageditor/git/PKGBUILD +++ b/tageditor/git/PKGBUILD @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska (git version)." license=('GPL') depends=('qt5-script' $_webviewprovider 'qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils') -makedepends=('qt5-tools') +makedepends=('qt5-tools' 'git') provides=('tageditor') conflicts=('tageditor') install=${_name}.install diff --git a/tagparser/git/PKGBUILD b/tagparser/git/PKGBUILD index 487da78c..d2ebf4b7 100644 --- a/tagparser/git/PKGBUILD +++ b/tagparser/git/PKGBUILD @@ -7,7 +7,7 @@ arch=('i686' 'x86_64') pkgdesc="C++ library for reading and writing MP4 (iTunes), ID3, Vorbis and Matroska tags." license=('GPL') depends=('c++utilities') -makedepends=('qt5-base') +makedepends=('qt5-base' 'git') provides=('videodownloader') conflicts=('videodownloader') url="https://github.com/Martchus/tagparser" diff --git a/videodownloader/git/PKGBUILD b/videodownloader/git/PKGBUILD index 2042697e..940c30d2 100644 --- a/videodownloader/git/PKGBUILD +++ b/videodownloader/git/PKGBUILD @@ -7,7 +7,7 @@ arch=('i686' 'x86_64') pkgdesc="A video downloader with Qt GUI (currently only YouTube is maintained, git version)." license=('GPL') depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils') -makedepends=('qt5-tools') +makedepends=('qt5-tools' 'git') provides=('videodownloader') conflicts=('videodownloader') install=${_name}.install