summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEcho J.2024-01-19 10:45:16 +0200
committerEcho J.2024-01-19 10:45:16 +0200
commit37880477ad78fa0311ebd930d968f8a51c1ad6fd (patch)
treea2a13be3658bbca26524948de103770ebf43ad1a
parent2abcbe54f64c7483d13a48679e11b772a548d97b (diff)
downloadaur-37880477ad78fa0311ebd930d968f8a51c1ad6fd.tar.gz
Update to 1.6.1
Also use a SPDX tag for the license
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae68bf0c94d6..4b0742abf3c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = vinegar
pkgdesc = A transparent wrapper for Roblox Player and Roblox Studio
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/vinegarhq/vinegar
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
makedepends = git
makedepends = go
makedepends = vulkan-headers
@@ -22,7 +22,7 @@ pkgbase = vinegar
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.6.0/vinegar-v1.6.0.tar.xz
- sha256sums = 78b4f0b5fcb49cd0804e1382160c055fb3a87369d332b8246063141ccbb5a0f5
+ source = https://github.com/vinegarhq/vinegar/releases/download/v1.6.1/vinegar-v1.6.1.tar.xz
+ sha256sums = dbef5a918171607633080ebb2d9fa499ace72138e784c0e2dd18c10d91911221
pkgname = vinegar
diff --git a/PKGBUILD b/PKGBUILD
index 7a6eb34674e2..e369c1b794c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# shellcheck shell=bash disable=SC2034
pkgname=vinegar
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="A transparent wrapper for Roblox Player and Roblox Studio"
arch=("x86_64")
url="https://github.com/vinegarhq/vinegar"
-license=("GPL3")
+license=("GPL-3.0-only")
depends=("glibc" "hicolor-icon-theme" "libgles" "libxcursor" "libxfixes"
"libxkbcommon" "libxkbcommon-x11" "libx11" "wayland")
makedepends=("git" "go" "vulkan-headers" "wayland-protocols")
@@ -16,7 +16,7 @@ optdepends=("gamemode: Gamemode integration"
"wine: A required dependency (made optional for flexbility)")
conflicts=("vinegar-git")
source=("${url}/releases/download/v${pkgver}/${pkgname}-v${pkgver}.tar.xz")
-sha256sums=("78b4f0b5fcb49cd0804e1382160c055fb3a87369d332b8246063141ccbb5a0f5")
+sha256sums=("dbef5a918171607633080ebb2d9fa499ace72138e784c0e2dd18c10d91911221")
build() {
cd "${pkgname}-v${pkgver}"