diff options
author | spider-mario | 2019-01-13 11:26:46 +0100 |
---|---|---|
committer | spider-mario | 2019-01-13 11:26:46 +0100 |
commit | cc89f873783108e14ff1536ca622ced61aa46968 (patch) | |
tree | 3107a2b297c15662c96e97b35606ba0dfedfaa5c | |
parent | 4bcae96e764279c5d366cb5b9d819459611ac69a (diff) | |
download | aur-cc89f873783108e14ff1536ca622ced61aa46968.tar.gz |
Add missing build dependency on git
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ pkgbase = qt-flif-plugin url = https://github.com/spillerrec/qt-flif-plugin arch = x86_64 license = GPL + makedepends = git makedepends = qt4 makedepends = qt5-base depends = flif @@ -8,7 +8,7 @@ arch=('x86_64') url="https://github.com/spillerrec/qt-flif-plugin" license=('GPL') depends=('flif') -makedepends=('qt4' 'qt5-base') +makedepends=('git' 'qt4' 'qt5-base') source=('git+https://github.com/spillerrec/qt-flif-plugin.git#commit=9272881133c48d55d44e8a08cdafecff3f37315c' 'include.patch') sha512sums=('SKIP' |