summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-11-01 07:34:52 +0100
committertytan6522022-11-01 07:34:52 +0100
commit88ba1c4b86ee88e8d56653adf6b9347fb0f0472b (patch)
tree82bc985be0ed2aa5dff816d299a6de13254bfca0
parentbb7d14ed096fc17e2bfdb7530fcf90b29898c837 (diff)
downloadaur-88ba1c4b86ee88e8d56653adf6b9347fb0f0472b.tar.gz
build: Update to 28.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d8749d8de01..a77b6ae9f132 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = obs-studio-rc
pkgdesc = Beta cycle of the free and open source software for video recording and live streaming. With everything except service integration
- pkgver = 28.1.0_rc1
+ pkgver = 28.1.0
pkgrel = 1
- epoch = 3
+ epoch = 4
url = https://github.com/obsproject/obs-studio
arch = x86_64
arch = aarch64
@@ -49,7 +49,7 @@ pkgbase = obs-studio-rc
optdepends = libajantv2: AJA NTV 2 support
optdepends = python: Python scripting
optdepends = decklink: Blackmagic Design DeckLink support
- provides = obs-studio=28.1.0_rc1
+ provides = obs-studio=28.1.0
provides = obs-vst
provides = obs-websocket
provides = obs-browser
@@ -59,7 +59,7 @@ pkgbase = obs-studio-rc
conflicts = obs-linuxbrowser
conflicts = obs-browser
options = debug
- source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=28.1.0-rc1
+ source = obs-studio::git+https://github.com/obsproject/obs-studio.git#tag=28.1.0
source = obs-browser::git+https://github.com/obsproject/obs-browser.git
source = obs-websocket::git+https://github.com/obsproject/obs-websocket.git
source = qr::git+https://github.com/nayuki/QR-Code-generator.git
diff --git a/PKGBUILD b/PKGBUILD
index c6e1594be470..4e34448f6607 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
DISTRIB_ID=`lsb_release --id | cut -f2 -d$'\t'`
pkgname=obs-studio-rc
-_pkgver=28.1.0-rc1
+_pkgver=28.1.0
pkgver=${_pkgver//-/_}
pkgrel=1
-epoch=3
+epoch=4
pkgdesc="Beta cycle of the free and open source software for video recording and live streaming. With everything except service integration"
arch=("x86_64" "aarch64")
url="https://github.com/obsproject/obs-studio"
@@ -156,10 +156,11 @@ build() {
-DENABLE_SNDIO=ON \
-DENABLE_BROWSER=$_browser \
-DCEF_ROOT_DIR=/opt/cef-obs \
- -DRELEASE_CANDIDATE="$_pkgver" ..
+ -DOBS_VERSION_OVERRIDE="$_pkgver" ..
+# -DRELEASE_CANDIDATE="$_pkgver" ..
# -DBETA="$_pkgver" ..
- sed -i "s|#define OBS_VERSION |#define OBS_VERSION \"$_pkgver-$pkgrel\" //|" config/obsconfig.h
+ sed -i "s|#define OBS_VERSION |#define OBS_VERSION \"$_pkgver-rc-$pkgrel\" //|" config/obsconfig.h
make
}