summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2017-02-08 20:25:21 -0500
committerBuildTools2017-02-08 20:25:21 -0500
commit8d63a9986bf10c3731837c424866258ed32a735a (patch)
tree395c18c834865b8e70937f30cd0d7adaa6bc77d2
parent8598a1e98f53c0612bf7183f30ebe1f9167e0aac (diff)
downloadaur-8d63a9986bf10c3731837c424866258ed32a735a.tar.gz
changed to sha256 sums
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a3b855bcf0b..f8726b738fd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Thu Feb 9 01:23:13 UTC 2017
pkgbase = kodi-addon-pvr-mythtv
pkgdesc = MythTV PVR client addon for Kodi
pkgver = 4.12.12
@@ -14,8 +12,8 @@ pkgbase = kodi-addon-pvr-mythtv
depends = kodi
source = https://github.com/janbar/pvr.mythtv/archive/4.12.12.tar.gz
source = https://github.com/xbmc/xbmc/archive/17.0-Krypton.tar.gz
- md5sums = 592c37f08c920a593f64197ea13aa3f0
- md5sums = 86ebb2f148090f12beb1e573dfd55e53
+ sha256sums = 596fc11f26574939c5610f82f033808ca8d923543462254e793eab08d6c7d41c
+ sha256sums = 4bfffa2493973ae15ab1d922632c09a2583908d6140bc4f58ec8f9314e4f6545
pkgname = kodi-addon-pvr-mythtv
diff --git a/PKGBUILD b/PKGBUILD
index 59a9bb4b7f08..22644c9e0132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ makedepends=('cmake' 'kodi-platform')
depends=("kodi")
source=("https://github.com/janbar/pvr.mythtv/archive/${pkgver}.tar.gz"
"https://github.com/xbmc/xbmc/archive/17.0-Krypton.tar.gz")
-md5sums=('592c37f08c920a593f64197ea13aa3f0'
- '86ebb2f148090f12beb1e573dfd55e53')
+sha256sums=('596fc11f26574939c5610f82f033808ca8d923543462254e793eab08d6c7d41c'
+ '4bfffa2493973ae15ab1d922632c09a2583908d6140bc4f58ec8f9314e4f6545')
build() {
mkdir -p "pvr.mythtv-${pkgver}/build"