summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2024-05-18 15:00:02 -0400
committerPatrick Northon2024-05-18 15:00:02 -0400
commite931b1c6c0ecda0c69bac2782b627cb6e92c094a (patch)
tree2088eeb7d410ffde9610dfde231b09eaec2b8c33 /PKGBUILD
parente9b6effdc20b21bf10b009798cf9595f5da30003 (diff)
downloadaur-kodi-addon-jellyfin.tar.gz
Update version.
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}"