summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorscrufulufugus2021-09-21 16:49:46 -0700
committerscrufulufugus2021-09-21 16:49:46 -0700
commit822662277be47d405a496f38dcb99c0b49fca0d1 (patch)
tree0799a9e46bb6713628a119a61fb37ee428072730
parent87b6377ac8af668fef37cd00cd7687fbdcb4c0aa (diff)
downloadaur-822662277be47d405a496f38dcb99c0b49fca0d1.tar.gz
Bump to version 3.9.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD17
2 files changed, 14 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84a513c8a302..870cc407e1c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gamescope
pkgdesc = The micro-compositor formerly known as steamcompmgr
- pkgver = 3.9
+ pkgver = 3.9.2
pkgrel = 1
url = https://github.com/Plagman/gamescope
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = gamescope
makedepends = pkgconf
makedepends = vulkan-headers
makedepends = wayland-protocols>=1.17
+ makedepends = git
depends = wayland
depends = opengl-driver
depends = xorg-server-xwayland
@@ -31,18 +32,17 @@ pkgbase = gamescope
depends = libxres
depends = vulkan-icd-loader
depends = sdl2
+ depends = wlroots
provides = steamcompmgr
provides = libliftoff=0.0.0
conflicts = gamescope-git
conflicts = libliftoff
replaces = steamcompmgr
- source = https://github.com/Plagman/gamescope/archive/3.9.tar.gz
+ source = https://github.com/Plagman/gamescope/archive/3.9.2.tar.gz
source = https://github.com/emersion/libliftoff/archive/516cf9404df801b069065d14315cf6322f64a209.tar.gz
- source = https://github.com/swaywm/wlroots/archive/69c71dbc8afecc5da5c800cdc1475185064b4ac4.tar.gz
- source = https://github.com/nothings/stb/archive/c0c982601f40183e74d84a61237e968dca08380e.tar.gz
- sha256sums = f84caba2cf6b65d382f41716c0dee5cfeba22e1c06b2539ad0cdae59fa8fcac1
+ source = https://github.com/swaywm/wlroots/archive/9579d62a160821a107763325a515d3aee0a1e158.tar.gz
+ sha256sums = 1ea332cd57fe1cde6b76e21e3e568f73b4d6b7b85db24d76b5ca9fbd3107ece6
sha256sums = 94b67dec23b03a5218884a3507d29623f52766c26e5e4942880e79db557e9280
- sha256sums = d2feb19cd2dcf1ea1ef3559a22ec49d916e6fc266bd80a5e32ab1564a5c93589
- sha256sums = daeab82422dfdb1642278d74a24c3594b7a8ca782c53a6df0783d884a0f05c47
+ sha256sums = 878970564de649c81365cd3e34384309b35a848c117821837102f1ac9094c5d6
pkgname = gamescope
diff --git a/PKGBUILD b/PKGBUILD
index e074a8e6afde..bb1ead1eac49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Samuel "scrufulufugus" Monson <smonson at irbash dot net>
# Original PKGBUILD Contributor: "PedroHLC"
pkgname="gamescope"
-pkgver=3.9
+pkgver=3.9.2
pkgrel=1
pkgdesc="The micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
url="https://github.com/Plagman/gamescope"
license=('BSD' 'custom:BSD 2-Clause "Simplified" License')
-depends=(wayland opengl-driver xorg-server-xwayland libdrm libinput libxkbcommon xcb-util-wm xcb-util-errors libxcomposite libcap libxcb libpng glslang libxrender libxtst libxres vulkan-icd-loader sdl2)
-makedepends=('meson' 'ninja' 'cmake' 'pixman' 'pkgconf' 'vulkan-headers' 'wayland-protocols>=1.17') # makepkg -si
+depends=(wayland opengl-driver xorg-server-xwayland libdrm libinput libxkbcommon xcb-util-wm xcb-util-errors libxcomposite libcap libxcb libpng glslang libxrender libxtst libxres vulkan-icd-loader sdl2 wlroots)
+makedepends=('meson' 'ninja' 'cmake' 'pixman' 'pkgconf' 'vulkan-headers' 'wayland-protocols>=1.17' 'git') # makepkg -si
provides=('steamcompmgr' 'libliftoff=0.0.0')
conflicts=('gamescope-git' 'libliftoff')
@@ -17,18 +17,15 @@ replaces=('steamcompmgr')
source=("${url}/archive/${pkgver}.tar.gz"
'https://github.com/emersion/libliftoff/archive/516cf9404df801b069065d14315cf6322f64a209.tar.gz'
- 'https://github.com/swaywm/wlroots/archive/69c71dbc8afecc5da5c800cdc1475185064b4ac4.tar.gz'
- 'https://github.com/nothings/stb/archive/c0c982601f40183e74d84a61237e968dca08380e.tar.gz')
-sha256sums=('f84caba2cf6b65d382f41716c0dee5cfeba22e1c06b2539ad0cdae59fa8fcac1'
+ 'https://github.com/swaywm/wlroots/archive/9579d62a160821a107763325a515d3aee0a1e158.tar.gz')
+sha256sums=('1ea332cd57fe1cde6b76e21e3e568f73b4d6b7b85db24d76b5ca9fbd3107ece6'
'94b67dec23b03a5218884a3507d29623f52766c26e5e4942880e79db557e9280'
- 'd2feb19cd2dcf1ea1ef3559a22ec49d916e6fc266bd80a5e32ab1564a5c93589'
- 'daeab82422dfdb1642278d74a24c3594b7a8ca782c53a6df0783d884a0f05c47')
+ '878970564de649c81365cd3e34384309b35a848c117821837102f1ac9094c5d6')
prepare() {
mkdir -p '_build'
cp -r libliftoff-516cf9404df801b069065d14315cf6322f64a209/* "${pkgname}-${pkgver}/subprojects/libliftoff/"
- cp -r wlroots-69c71dbc8afecc5da5c800cdc1475185064b4ac4/* "${pkgname}-${pkgver}/subprojects/wlroots/"
- cp -r stb-c0c982601f40183e74d84a61237e968dca08380e/* "${pkgname}-${pkgver}/subprojects/stb/"
+ cp -r wlroots-9579d62a160821a107763325a515d3aee0a1e158/* "${pkgname}-${pkgver}/subprojects/wlroots/"
}
build() {