summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c4ef26edb51..f1a563d730de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gradio
pkgdesc = A GTK3 app for finding and listening to internet radio stations
- pkgver = 6.0.1
+ pkgver = 6.0.2
pkgrel = 1
url = https://github.com/haecker-felix/gradio
arch = i686
@@ -24,12 +24,12 @@ pkgbase = gradio
depends = libgee
depends = sqlite3
depends = libsoup
- provides = gradio=6.0.1
+ provides = gradio=6.0.2
conflicts = gradio-git
conflicts = gradio-bin
options = !emptydirs
- source = https://github.com/haecker-felix/gradio/archive/v6.0.1.tar.gz
- sha256sums = 1d44f3cb74d63aac84fdb440c90ef552a1fb6b1fab67e66f355664c9159bf030
+ source = https://github.com/haecker-felix/gradio/archive/v6.0.2.tar.gz
+ sha256sums = 941b8abea901699f3110894ada34c74a51df518c6b83ea6cd237ffcac18e2092
pkgname = gradio
diff --git a/PKGBUILD b/PKGBUILD
index aa5e8ae02901..dc4462a5c735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gradio
_gitname=gradio
-pkgver=6.0.1
+pkgver=6.0.2
pkgrel=1
pkgdesc='A GTK3 app for finding and listening to internet radio stations'
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('desktop-file-utils' 'gstreamer' 'gst-plugins-ugly'
makedepends=('gnome-common' 'meson' 'gettext' 'appstream-glib' 'vala' 'yelp-tools')
options=('!emptydirs')
source=("https://github.com/haecker-felix/${_gitname}/archive/v${pkgver}.tar.gz")
-sha256sums=('1d44f3cb74d63aac84fdb440c90ef552a1fb6b1fab67e66f355664c9159bf030')
+sha256sums=('941b8abea901699f3110894ada34c74a51df518c6b83ea6cd237ffcac18e2092')
conflicts=('gradio-git' 'gradio-bin')
provides=("gradio=${pkgver}")