summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 488bad7dd08b..6ba1a88eafa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Steffen Hansen <steffengrundsoe@gmail.com>
_pkgname=quickgui
pkgname=$_pkgname-bin
-pkgver=1.1.5
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="A Flutter frontend for quickget and quickemu"
arch=('x86_64')
url="https://github.com/quickgui/quickgui"
@@ -11,7 +11,7 @@ depends=('quickemu' 'zenity')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname-$pkgver.tar.xz"::"https://github.com/quickgui/quickgui/releases/download/v$pkgver/quickgui-$pkgver.tar.xz")
-sha256sums=('5ac207aad1558f34bc0bff4f71cc437f503957242fd560c69b7382cb32825be0')
+sha256sums=('62539827897ec0df75e63662a599ea23de792dfa19eda2fbf4459a7779c50d39')
package() {
cd "$_pkgname-$pkgver"