diff options
author | Cedric Girard | 2020-04-06 14:44:14 +0200 |
---|---|---|
committer | Cedric Girard | 2020-04-06 14:44:14 +0200 |
commit | 0bd751af10024c9e132feee1e8f6d7a093a09009 (patch) | |
tree | ae42218ee5ee1c77601cab3b23e22a97859d4608 | |
parent | a5c17cb56c53c5f1c25244ca062ed910496f6c53 (diff) | |
download | aur-0bd751af10024c9e132feee1e8f6d7a093a09009.tar.gz |
upgpkg: libplatform-git 2.0.1.r2.g041a8c6-1
missing cmake build deps
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -7,6 +7,7 @@ pkgbase = libplatform-git arch = x86_64 license = GPL makedepends = git + makedepends = cmake provides = libplatform provides = p8-platform conflicts = libplatform @@ -7,7 +7,7 @@ pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi" arch=('i686' 'x86_64') url="https://github.com/Pulse-Eight/platform" license=('GPL') -makedepends=('git') +makedepends=('git' 'cmake') provides=('libplatform' 'p8-platform') conflicts=('libplatform' 'p8-platform') source=('libplatform::git+https://github.com/Pulse-Eight/platform.git') |