diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2018-11-24 22:14:12 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2018-11-24 22:14:38 +0100 |
commit | 79aa7a3bc2b5bf9dea2c02369ac0c148b1ecbe01 (patch) | |
tree | d481419c9862ed073f4ad683ba815a63fb0bf1cc /pcr/open-plc-utils/PKGBUILD | |
parent | 1466dd33ece0e31a8cb51d28fce7199fd690edd6 (diff) | |
download | abslibre-79aa7a3bc2b5bf9dea2c02369ac0c148b1ecbe01.tar.gz abslibre-79aa7a3bc2b5bf9dea2c02369ac0c148b1ecbe01.tar.bz2 abslibre-79aa7a3bc2b5bf9dea2c02369ac0c148b1ecbe01.zip |
pcr: open-plc-utils: Add forgetten build dependcies
The package doesn't build with libremakepkg without git, so there
is no need to bump the package revision.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr/open-plc-utils/PKGBUILD')
-rw-r--r-- | pcr/open-plc-utils/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pcr/open-plc-utils/PKGBUILD b/pcr/open-plc-utils/PKGBUILD index 50859ada3..a043fc7a2 100644 --- a/pcr/open-plc-utils/PKGBUILD +++ b/pcr/open-plc-utils/PKGBUILD @@ -14,6 +14,7 @@ pkgdesc="Qualcomm Atheros Open Powerline Toolkit for HomePlug AV" arch=(armv7h i686 x86_64) url=https://github.com/qca/open-plc-utils license=(custom:Clear_BSD) +makedepends=('git') _tag=OSRQCA-929 source=("git+https://github.com/qca/open-plc-utils#tag=$_tag") sha256sums=('SKIP') |