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 e4f04b795ad6..5324cc3310c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=kodi-addon-jellyfin
-pkgver=1.0.2
+pkgver=1.0.3
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=('72cc3b429eecad3a1a00cc8ff8737290daff6a67a4af0d5a3bfa21d935a3c950')
+sha256sums=('3adb9604fde184d77d6a98cd5f3002835359fe997aac921f4fca4c342024907b')
source=("${pkgname}-${pkgver}::${url}/archive/refs/tags/v${pkgver}.tar.gz")
_srcdir="jellyfin-kodi-${pkgver}"