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