summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bf47f5da858..6154ed99d55c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Dec 26 12:41:43 UTC 2015
pkgbase = texturecache
pkgdesc = Utility to manage the XBMC/Kodi texture cache and more.
- pkgver = 2.2.5
+ pkgver = 2.2.6
pkgrel = 1
url = https://github.com/MilhouseVH/texturecache.py
install = readme.install
@@ -10,8 +12,8 @@ pkgbase = texturecache
depends = kodi
conflicts = xbmc-texturecache
replaces = xbmc-texturecache
- source = https://github.com/MilhouseVH/texturecache.py/archive/2.2.5.tar.gz
- sha256sums = 9ed93a5ffd4ef2f8c46e4dae906d613ea297871e4d15da7577cd3755b09ea2d3
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.2.6.tar.gz
+ sha256sums = bc42c4b318c0e46387fcefad7f1a071b8fecdc5a0c57a5fc06f1fd66941212b6
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 72e3c70f5e83..1f9585891391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.2.5
+pkgver=2.2.6
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=('9ed93a5ffd4ef2f8c46e4dae906d613ea297871e4d15da7577cd3755b09ea2d3')
+sha256sums=('bc42c4b318c0e46387fcefad7f1a071b8fecdc5a0c57a5fc06f1fd66941212b6')
package() {
cd "$_pkgname-$pkgver"