summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEcho J.2023-12-09 22:46:54 +0200
committerEcho J.2023-12-09 22:46:54 +0200
commitce1ba3bf12cf3a327481a494cbe60067e4d9c358 (patch)
tree4fead407c6afcfda32f0a63efdf5ed6fe03fb9c7
parent0cdc18e3f2d2b690eb411aa04c0f1e3969719bd6 (diff)
downloadaur-ce1ba3bf12cf3a327481a494cbe60067e4d9c358.tar.gz
Update to 1.5.9
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d81b5eb345b..b17fc1440099 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vinegar
pkgdesc = A transparent wrapper for Roblox Player and Roblox Studio
- pkgver = 1.5.8
+ pkgver = 1.5.9
pkgrel = 1
url = https://github.com/vinegarhq/vinegar
arch = x86_64
@@ -18,10 +18,11 @@ pkgbase = vinegar
depends = libxkbcommon-x11
depends = libx11
depends = wayland
+ optdepends = gamemode: Gamemode integration
optdepends = vulkan-driver: Vulkan support in GUI
optdepends = wine: A required dependency (made optional for flexbility)
conflicts = vinegar-git
- source = https://github.com/vinegarhq/vinegar/releases/download/v1.5.8/vinegar-v1.5.8.tar.xz
- sha256sums = 6bf2c9ecc62605e515cbd2fc0cef1ca08effa934be58ea72b4047cc44b7aa4bf
+ source = https://github.com/vinegarhq/vinegar/releases/download/v1.5.9/vinegar-v1.5.9.tar.xz
+ sha256sums = b241e371d29d05568bd720820e3d83300516c476760b917057c45e0ab489a89e
pkgname = vinegar
diff --git a/PKGBUILD b/PKGBUILD
index 5c41114f8660..40769bfe7e09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Note: I hope wael is a nice woman now :troll:
pkgname=vinegar
-pkgver=1.5.8
+pkgver=1.5.9
pkgrel=1
pkgdesc="A transparent wrapper for Roblox Player and Roblox Studio"
arch=("x86_64")
@@ -13,11 +13,12 @@ license=("GPL3")
depends=("glibc" "hicolor-icon-theme" "libgles" "libxcursor" "libxfixes"
"libxkbcommon" "libxkbcommon-x11" "libx11" "wayland")
makedepends=("git" "go" "vulkan-headers" "wayland-protocols")
-optdepends=("vulkan-driver: Vulkan support in GUI"
+optdepends=("gamemode: Gamemode integration"
+ "vulkan-driver: Vulkan support in GUI"
"wine: A required dependency (made optional for flexbility)")
conflicts=("vinegar-git")
source=("${url}/releases/download/v${pkgver}/${pkgname}-v${pkgver}.tar.xz")
-sha256sums=("6bf2c9ecc62605e515cbd2fc0cef1ca08effa934be58ea72b4047cc44b7aa4bf")
+sha256sums=("b241e371d29d05568bd720820e3d83300516c476760b917057c45e0ab489a89e")
build() {
cd "${pkgname}-v${pkgver}"