summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Holthuis2023-08-30 20:51:44 +0200
committerJan Holthuis2023-08-30 20:59:22 +0200
commit86703ee57fc85a264e8331c79eedf39e5d5bbd45 (patch)
tree7438c57ed2a862a7b5b8a9a53cdeb44c64b98401 /PKGBUILD
parent44a863aa8c99fd1c9d6172891f19d9f69baca2ce (diff)
downloadaur-86703ee57fc85a264e8331c79eedf39e5d5bbd45.tar.gz
Add dependencies for googletest and benchmark
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cce93c1e1b5f..72bd623f4d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: regreddit <nik.martin@gmail.com>
pkgname=mixxx-git
-pkgver=r8850
+pkgver=r8857
pkgrel=1
pkgdesc="Digital DJ mixing software. Git master branch (development/alpha)."
arch=('i686' 'x86_64' 'aarch64')
@@ -45,7 +45,7 @@ depends=(
'upower'
'wavpack'
)
-makedepends=('git' 'lv2' 'qt5-tools' 'cmake')
+makedepends=('git' 'lv2' 'qt5-tools' 'cmake' 'gtest' 'benchmark')
provides=('mixxx')
conflicts=('mixxx')
source=("${pkgname%-*}::git+https://github.com/mixxxdj/mixxx.git"