diff options
author | FabioLolix | 2025-02-23 12:03:12 +0100 |
---|---|---|
committer | FabioLolix | 2025-02-23 12:03:12 +0100 |
commit | ae89ebf66aec9bf35b14b90c1e519bdc2ee8c807 (patch) | |
tree | 043de468e23c73a6c9a8b496a141e85d3f83816d /PKGBUILD | |
parent | 29cad91fd9c9a74504d051e5190c5aa246b423fc (diff) | |
download | aur-ae89ebf66aec9bf35b14b90c1e519bdc2ee8c807.tar.gz |
v0.7.0
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.5 +pkgver=0.7.0 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=('1bfb2bd3bb7383a7c6ed3953323e75eb623d0d9dbd8f9352312fdaee0e070237') +sha256sums=('f1e7a2593f61ffe8b741d500d1c633905ee50302fc042a7513da4bc4cfff3b1d') build() { # buildtype None introduce problems |