summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTryffel2020-12-06 23:16:05 +0200
committerTryffel2020-12-06 23:16:05 +0200
commit330f44a70db858fc2b81d6bd7169f45bb9c6320a (patch)
tree44fb868bedf8291fabbdc19b0f316af203481659
parent4747b9f96c74934e75fb4dce7bd5588b664df894 (diff)
downloadaur-330f44a70db858fc2b81d6bd7169f45bb9c6320a.tar.gz
Update to v0.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0338ea41de8f..ae1400128203 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = jellycli-bin
pkgdesc = Terminal music player for Jellyfin media server
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/tryffel/jellycli
arch = x86_64
- license = Apache2
+ license = GPL-v3
depends = alsa-lib
- provides = jellycli=0.7.0
+ provides = jellycli=0.8.0
conflicts = jellycli-git
- source = jellycli-0.7.0-x86_64::https://github.com/tryffel/jellycli/releases/download/v0.7.0/jellycli_0.7.0_Linux_x86_64
- sha256sums = 6dd5f34663f4371500658b378acdf677209f7c4d2c989b58d518daa74d821919
+ source = jellycli-0.8.0-x86_64::https://github.com/tryffel/jellycli/releases/download/v0.8.0/jellycli_0.8.0_Linux_x86_64
+ sha256sums = f53421ce5cee0008c8664d9e7970b940b542afd00980a2c5b5932c3a642a90c9
pkgname = jellycli-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6a40110f4e65..3a243cdcd37b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=jellycli
pkgname=${_pkgname}-bin
pkgdesc="Terminal music player for Jellyfin media server"
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
arch=(x86_64)
_repo=tryffel/jellycli
@@ -11,7 +11,7 @@ _repo=tryffel/jellycli
url="https://github.com/${_repo}"
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}-git")
-license=(Apache2)
+license=(GPL-v3)
depends=('alsa-lib')
_binname="${_pkgname}-${pkgver}-${arch}"
source=(
@@ -19,7 +19,7 @@ source=(
)
sha256sums=(
- 6dd5f34663f4371500658b378acdf677209f7c4d2c989b58d518daa74d821919
+ f53421ce5cee0008c8664d9e7970b940b542afd00980a2c5b5932c3a642a90c9
)
package() {