summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 980866082baa..997713d66eb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plex-sub-zero
pkgdesc = Subtitles for Plex, as good you would expect them to be
- pkgver = 2.6.5.3223
+ pkgver = 2.6.5.3268
pkgrel = 3
url = https://github.com/pannal/Sub-Zero.bundle
arch = any
@@ -8,8 +8,7 @@ pkgbase = plex-sub-zero
depends = python
depends = plex-media-server
options = !strip
- source = https://github.com/pannal/Sub-Zero.bundle/archive/2.6.5.3223.tar.gz
- md5sums = 95d0a3649a901ad23f69f9957c9086f0
+ source = https://github.com/pannal/Sub-Zero.bundle/archive/2.6.5.3268.tar.gz
+ sha256sums = a32faac6cfc1d81898002c81b71b93ee63f216cb4e56f8e5dd3147569260e62b
pkgname = plex-sub-zero
-
diff --git a/PKGBUILD b/PKGBUILD
index bd69a41f4b81..0a6a1aeed12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Matt Aitchison
pkgname=('plex-sub-zero')
-pkgver=2.6.5.3223
+pkgver=2.6.5.3268
pkgrel=3
pkgdesc='Subtitles for Plex, as good you would expect them to be'
arch=('any')
@@ -11,11 +11,11 @@ url='https://github.com/pannal/Sub-Zero.bundle'
license=('MIT')
options=('!strip')
depends=('python' 'plex-media-server')
-source=("https://github.com/pannal/Sub-Zero.bundle/archive/${pkgver}.tar.gz")
-md5sums=('95d0a3649a901ad23f69f9957c9086f0')
+source=("https://github.com/pannal/Sub-Zero.bundle/releases/download/${pkgver}/Sub-Zero.bundle-${pkgver}.zip")
+sha256sums=('a32faac6cfc1d81898002c81b71b93ee63f216cb4e56f8e5dd3147569260e62b')
package() {
- install -D -m644 "${srcdir}/Sub-Zero.bundle-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -D -m644 "${srcdir}/Sub-Zero.bundle/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
mkdir -p "${pkgdir}/var/lib/plex/Plex Media Server/Plug-ins/Sub-Zero.bundle"
- cp -r "${srcdir}/Sub-Zero.bundle-${pkgver}"/* "${pkgdir}/var/lib/plex/Plex Media Server/Plug-ins/Sub-Zero.bundle/"
-} \ No newline at end of file
+ cp -r "${srcdir}/Sub-Zero.bundle"/* "${pkgdir}/var/lib/plex/Plex Media Server/Plug-ins/Sub-Zero.bundle/"
+}