summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b021cbc36e46..9659d84f1582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glide-player
pkgdesc = Simple and minimalistic media player relying on GStreamer for the multimedia support and GTK+ for the user interface
- pkgver = 0.5.6
+ pkgver = 0.5.8
pkgrel = 1
url = https://github.com/philn/glide
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = glide-player
depends = gst-plugins-base
depends = gst-plugins-good
depends = gtk3
- source = https://github.com/philn/glide/releases/download/0.5.6/glide-0.5.6.tar.xz
- sha256sums = a031dd6c309a95154709990d27a94ec13eb064ec5b05f6ba0c74946d0501af53
+ source = https://github.com/philn/glide/releases/download/0.5.8/glide-0.5.8.tar.xz
+ sha256sums = 0c6b793c4b1c02cb071ff2b132c28a5e4c20f1a82e5bdb18600e9962c7e10972
pkgname = glide-player
diff --git a/PKGBUILD b/PKGBUILD
index a031111ad42a..e14b83b3af6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=glide-player
-pkgver=0.5.6
+pkgver=0.5.8
pkgrel=1
pkgdesc="Simple and minimalistic media player relying on GStreamer for the multimedia support and GTK+ for the user interface"
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(gst-plugins-bad gst-plugins-base gst-plugins-good gtk3)
makedepends=(git meson rust)
source=("https://github.com/philn/glide/releases/download/$pkgver/glide-$pkgver.tar.xz")
-sha256sums=('a031dd6c309a95154709990d27a94ec13eb064ec5b05f6ba0c74946d0501af53')
+sha256sums=('0c6b793c4b1c02cb071ff2b132c28a5e4c20f1a82e5bdb18600e9962c7e10972')
build() {
arch-meson glide-$pkgver build