summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorD3SOX2021-01-26 13:59:07 +0100
committerD3SOX2021-01-26 13:59:07 +0100
commit77f6a4cbcaa886142cfc2f390b8c78534f45e0ba (patch)
tree4d2775f81f92569ffd02cac572b3aeec8f71c745 /PKGBUILD
parent447d4fa558e35ae3dae77aef0b68740dcba94f41 (diff)
downloadaur-77f6a4cbcaa886142cfc2f390b8c78534f45e0ba.tar.gz
add cmake to makedepends
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7853a07f38b..7893461d7402 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url="https://github.com/antimof/$_gitname"
license=('GPL3')
depends=('gstreamer' 'gst-plugins-base' 'gst-plugins-base-libs' 'gst-libav' 'gstreamer-vaapi')
+makedepends=('cmake')
conflicts=('uxplay')
provides=('uxplay')
source=("git+$url.git" "uxplay.desktop")