Updated PKGBUILD files to use libpulse
This commit is contained in:
parent
8dfc4c0435
commit
8c65f8b26d
|
|
@ -2,7 +2,7 @@
|
|||
_reponame=monocoque
|
||||
pkgname=monocoque-git
|
||||
pkgver=0.1.0r94
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Device Manager for Racing Sims"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/spacefreak18/monocoque"
|
||||
|
|
@ -13,7 +13,7 @@ depends=(
|
|||
libxml2
|
||||
argtable
|
||||
libconfig
|
||||
pulse-native-provider
|
||||
libpulse
|
||||
libxdg-basedir
|
||||
libuv
|
||||
)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
_reponame=monocoque
|
||||
pkgname=monocoque
|
||||
pkgver=0.2.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Device Manager for Racing Sims"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/spacefreak18/monocoque"
|
||||
|
|
@ -14,7 +14,7 @@ depends=(
|
|||
libxml2
|
||||
argtable
|
||||
libconfig
|
||||
pulse-native-provider
|
||||
libpulse
|
||||
libxdg-basedir
|
||||
libuv
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue