summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 901460334196..0ead3b3ac57d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=kodi-addon-jellyfin
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc='Synchronize your media on your Jellyfin server to the native Kodi database.'
url='https://github.com/jellyfin/jellyfin-kodi'
@@ -10,7 +10,7 @@ depends=('kodi' 'python-kodi_six' 'python-dateutil' 'python-requests' 'python-si
groups=('kodi-addons')
makedepends=('unzip' 'python-yaml')
arch=('any')
-sha256sums=('ef80ca349b967af7dab441223882f414fde8680e5566bdaa632d1b8fbc1c4549')
+sha256sums=('098e6156b0ff64be3dbd712bda6e9c461351d7b21fa1bf1e615fa7ee2e973da7')
source=("${pkgname}-${pkgver}::${url}/archive/refs/tags/v${pkgver}.tar.gz")
_srcdir="jellyfin-kodi-${pkgver}"