summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimskyyc2024-04-16 18:09:31 -0700
committerimskyyc2024-04-16 18:09:31 -0700
commit9126f16d835a5b4366e107379bf6bc487abb7261 (patch)
treea7760ec6ce27b2fb558674665a768a15e3abd9fd
parentcbf0204fbe691dbf39bdb72e5bcdd361ee53a5fe (diff)
downloadaur-vinegar-git.tar.gz
fix PKGREL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b27d66c6623a..9853664ed8b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vinegar-git
pkgdesc = Fast and robust bootstrapper for Roblox that has many ease-of-use features.
- pkgver = v1.7.4.r21.gbe39c40
- pkgrel = 1
+ pkgver = v1.7.4.r26.gf50bcf6
+ pkgrel = 2
url = https://github.com/vinegarhq/vinegar
arch = x86_64
license = GPL-3.0-only
@@ -21,7 +21,7 @@ pkgbase = vinegar-git
optdepends = gamemode: Gamemode integration
optdepends = vulkan-driver: Vulkan support in GUI
optdepends = wine: A required dependency (made optional for flexbility)
- provides = vinegar-git=v1.7.4.r21.gbe39c40
+ provides = vinegar-git=v1.7.4.r26.gf50bcf6
conflicts = vinegar
source = git+https://github.com/vinegarhq/vinegar
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c8ae2072c0e2..011738a06f04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=vinegar
pkgname=vinegar-git
-pkgrel=1
-pkgver=v1.7.4.r21.gbe39c40
+pkgrel=2
+pkgver=v1.7.4.r26.gf50bcf6
pkgdesc="Fast and robust bootstrapper for Roblox that has many ease-of-use features."
arch=("x86_64")
url="https://github.com/vinegarhq/vinegar"