summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-11-12 11:14:55 -0700
committerMark Wagie2023-11-12 11:14:55 -0700
commit8344a758064d69f4234b2c89fd415afe8eefe381 (patch)
tree17b81af8b0f9194ce420b88f75f22ff62dd3a252
parentf0a94c3206e51c92533cb8ad7aee2dcb069d656e (diff)
downloadaur-8344a758064d69f4234b2c89fd415afe8eefe381.tar.gz
0.4.7-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc61d8d3959b..8e5348a0a187 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = protonplus
pkgdesc = A simple Wine and Proton-based compatiblity tools manager for GNOME
pkgver = 0.4.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Vysp3r/ProtonPlus
arch = x86_64
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = protonplus
depends = libarchive
depends = libgee
depends = libsoup3
- source = protonplus-0.4.7.tar.gz::https://github.com/Vysp3r/ProtonPlus/archive/refs/tags/v0.4.7.tar.gz
- sha256sums = d66a77a06b46b99e00e7f6d12d0aa68d3d7a08fe53a3d46d9ab8ed068792a84a
+ source = protonplus-0.4.7-2.tar.gz::https://github.com/Vysp3r/ProtonPlus/archive/refs/tags/v0.4.7-2.tar.gz
+ sha256sums = 9548e100835d5ed51ba0d4a7f0aada49712d16fd67b53a43dca7f5bcb411b0bd
pkgname = protonplus
diff --git a/PKGBUILD b/PKGBUILD
index 708b3e9be982..f1fef6d80f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=protonplus
_app_id=com.vysp3r.ProtonPlus
pkgver=0.4.7
-pkgrel=1
+pkgrel=2
pkgdesc="A simple Wine and Proton-based compatiblity tools manager for GNOME"
arch=('x86_64')
url="https://github.com/Vysp3r/ProtonPlus"
@@ -10,11 +10,11 @@ license=('GPL3')
depends=('json-glib' 'libadwaita' 'libarchive' 'libgee' 'libsoup3')
makedepends=('meson' 'vala')
checkdepends=('appstream-glib')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('d66a77a06b46b99e00e7f6d12d0aa68d3d7a08fe53a3d46d9ab8ed068792a84a')
+source=("$pkgname-$pkgver-2.tar.gz::$url/archive/refs/tags/v$pkgver-2.tar.gz")
+sha256sums=('9548e100835d5ed51ba0d4a7f0aada49712d16fd67b53a43dca7f5bcb411b0bd')
build() {
- arch-meson "ProtonPlus-$pkgver" build
+ arch-meson "ProtonPlus-$pkgver-2" build
meson compile -C build
}