summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26802dcaf630..4e34424a8321 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texturecache
pkgdesc = Utility to manage the XBMC/Kodi texture cache and more.
- pkgver = 2.1.5
+ pkgver = 2.1.7
pkgrel = 1
url = https://github.com/MilhouseVH/texturecache.py
install = readme.install
@@ -10,8 +10,8 @@ pkgbase = texturecache
depends = kodi
conflicts = xbmc-texturecache
replaces = xbmc-texturecache
- source = https://github.com/MilhouseVH/texturecache.py/archive/2.1.5.tar.gz
- sha256sums = 638f36b064a97aee1b73cd901b1419a9b52c573874dff84816106339f4357de5
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.1.7.tar.gz
+ sha256sums = 73642a83109ed0309cc10966679396b25c1fffc3a0b3b672574d73b56667f5ee
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 81bd3de40429..83c56562f601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.1.5
+pkgver=2.1.7
pkgrel=1
pkgdesc="Utility to manage the XBMC/Kodi texture cache and more."
arch=('any')
@@ -13,7 +13,7 @@ conflicts=('xbmc-texturecache')
replaces=('xbmc-texturecache')
install=readme.install
source=("https://github.com/MilhouseVH/${_pkgname/%%.py}/archive/$pkgver.tar.gz")
-sha256sums=('638f36b064a97aee1b73cd901b1419a9b52c573874dff84816106339f4357de5')
+sha256sums=('73642a83109ed0309cc10966679396b25c1fffc3a0b3b672574d73b56667f5ee')
package() {
cd "$_pkgname-$pkgver"