diff options
author | FabioLolix | 2025-02-22 21:24:20 +0100 |
---|---|---|
committer | FabioLolix | 2025-02-22 21:24:20 +0100 |
commit | 29cad91fd9c9a74504d051e5190c5aa246b423fc (patch) | |
tree | 755e8634762b57adb3d49dbcb8cef61cb344ec68 /PKGBUILD | |
parent | 8bdfff28c16311673efa68cf9e85e8ba3c20dfa1 (diff) | |
download | aur-29cad91fd9c9a74504d051e5190c5aa246b423fc.tar.gz |
v0.6.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ # Contributor: Michael Straube <straubem@gmx.de> pkgname=guayadeque -pkgver=0.6.4 +pkgver=0.6.5 pkgrel=1 pkgdesc="Lightweight music player" arch=(x86_64) @@ -24,7 +24,7 @@ optdepends=('gst-libav: additional codecs' 'gst-plugins-bad: additional codecs' 'gst-plugins-ugly: additional codecs') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/thothix/guayadeque/archive/v${pkgver}.tar.gz") -sha256sums=('91bd469641c1311488e45dfd727156037ee76b4f52efc44451eb7f988eec70dd') +sha256sums=('1bfb2bd3bb7383a7c6ed3953323e75eb623d0d9dbd8f9352312fdaee0e070237') build() { # buildtype None introduce problems |