summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072018-04-12 20:16:33 +0200
committersL1pKn072018-04-12 20:16:33 +0200
commit506421db5bbe6c55a4c2d9df7b757d6e226285a4 (patch)
tree68c67a14d9b6f7faf41f9c0a3d217e52c2fa6175 /PKGBUILD
parent2f3a760e889f59c67c9d794798fc4e39ee1b71d3 (diff)
downloadaur-506421db5bbe6c55a4c2d9df7b757d6e226285a4.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 256b3056b70f..a3b5a8aa2649 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,22 @@
pkgname=pipewire-git
-pkgver=0.1.7.34.ge5e360d5
+pkgver=0.1.9.25.g07f12c97
pkgrel=1
pkgdesc="Multimedia processing graphs. (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://pipewire.org'
license=('LGPL')
depends=('ffmpeg'
- 'libsystemd'
+ 'sbc'
)
makedepends=('graphviz'
'doxygen'
'xmltoman'
'git'
'meson'
- 'ffmpeg'
)
-optdepends=('ffmpeg: ffmpeg, alsa and jack support')
conflicts=('pipewire')
provides=('pipewire')
-source=("git+https://github.com/PipeWire/pipewire.git")
+source=('git+https://github.com/PipeWire/pipewire.git')
sha256sums=('SKIP')
backup=('etc/pipewire/pipewire.conf')
@@ -37,8 +35,7 @@ prepare() {
}
build() {
- cd pipewire
- make
+ make -C pipewire
}
package() {