summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLJ2024-02-28 18:24:56 +0200
committerLJ2024-02-28 18:24:56 +0200
commitd4317405a93fc9474057bae21ad77dfde123a1a0 (patch)
tree89f768e69e60c35dbf0b8e0b73b3e6a6a082d8a0
parentda1b4fee83301af4745442929b63cebdf09a7b63 (diff)
downloadaur-d4317405a93fc9474057bae21ad77dfde123a1a0.tar.gz
V0.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94f1f95cccab..79d794533d5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = resolute-bin
pkgdesc = Mod Manager GUI for Resonite
- pkgver = 0.7.1
- pkgrel = 2
+ pkgver = 0.8.1
+ pkgrel = 1
url = https://github.com/Gawdl3y/Resolute
arch = x86_64
license = GPL-3-or-later
depends = gtk3
depends = webkit2gtk
depends = noto-fonts-emoji
- source = https://github.com/Gawdl3y/Resolute/releases/download/v0.7.1/resolute_0.7.1_amd64.deb
- sha256sums = f3a600c649d85452af2af8b0feadd4bb860a8e06ad6ce84a70fcbbe83a0856fe
+ source = https://github.com/Gawdl3y/Resolute/releases/download/v0.8.1/resolute_0.8.1_amd64.deb
+ sha256sums = de41e7a2e2b1c5bd1e338372aafcdf7e46409358ab218bc56c0c32307be0153c
pkgname = resolute-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d82efd3f2843
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+resolute-*
+resolute_*
+src
diff --git a/PKGBUILD b/PKGBUILD
index 230ce6c550ec..1a4a24300867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ljoonal <aur at ljoonal.xyz>
pkgname="resolute-bin"
-pkgver="0.7.1"
-pkgrel=2
+pkgver="0.8.1"
+pkgrel=1
pkgdesc="Mod Manager GUI for Resonite"
arch=('x86_64')
url="https://github.com/Gawdl3y/Resolute"
@@ -11,7 +11,7 @@ source=(
"https://github.com/Gawdl3y/Resolute/releases/download/v$pkgver/resolute_${pkgver}_amd64.deb"
)
sha256sums=(
- "f3a600c649d85452af2af8b0feadd4bb860a8e06ad6ce84a70fcbbe83a0856fe"
+ "de41e7a2e2b1c5bd1e338372aafcdf7e46409358ab218bc56c0c32307be0153c"
)
package() {