Update archlinux packaging
This commit is contained in:
parent
3a9ac9e58c
commit
5700e720af
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
pkgname=obs-studio-plugin-unix-socket-control
|
pkgname=obs-studio-plugin-unix-socket-control
|
||||||
pkgver=1.1
|
pkgver=1.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An obs studio plugin to command obs to start/stop recording/streaming via unix socket"
|
pkgdesc="An obs studio plugin to command obs to start/stop recording/streaming via unix socket"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -8,10 +8,10 @@ license=('MIT')
|
||||||
depends=(obs-studio)
|
depends=(obs-studio)
|
||||||
makedepends=(cmake)
|
makedepends=(cmake)
|
||||||
source=("${pkgname}_${pkgver}.tar.gz::$url/archive/$pkgver.tar.gz")
|
source=("${pkgname}_${pkgver}.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||||
sha256sums=(2218af30e64ea33ca806815ae4f7a9b94b218be50f81ac12c4ad5c1da6f45b30)
|
sha256sums=(379d04206718dfc0ca30b6f9d9099c0e36f45726b75f45c580a8cd9fa660fbc3)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
mkdir buildRelease
|
mkdir buildRelease
|
||||||
cd buildRelease
|
cd buildRelease
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
|
|
Loading…
Reference in a new issue