summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-01-23 08:20:25 -0500
committergraysky2016-01-23 08:20:25 -0500
commit58d978f3c82c82453b3157fd77a53257513322e8 (patch)
tree9b07f051784374f4b2106cb0901598a09d9ab958
parentba22a8a6de82e19b7481898d3563d9ceab6cc370 (diff)
downloadaur-58d978f3c82c82453b3157fd77a53257513322e8.tar.gz
Update to 2.2.8-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c54852c9c99c..bc783d281647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 20:10:02 UTC 2016
+# Sat Jan 23 13:20:25 UTC 2016
pkgbase = texturecache
pkgdesc = Utility to manage the XBMC/Kodi texture cache and more.
- pkgver = 2.2.7
+ pkgver = 2.2.8
pkgrel = 1
url = https://github.com/MilhouseVH/texturecache.py
install = readme.install
@@ -12,8 +12,8 @@ pkgbase = texturecache
depends = kodi
conflicts = xbmc-texturecache
replaces = xbmc-texturecache
- source = https://github.com/MilhouseVH/texturecache.py/archive/2.2.7.tar.gz
- sha256sums = c225a3123fdd903f5e74e2aea8461a0378d32f145f862c2de8024ff250d2a444
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.2.8.tar.gz
+ sha256sums = 1e3dce8fa7ffc09b0eb3568787c010fdae55147b6d2cdc2e3b1cd574e88aa296
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 6ea4e506ed9e..8ed2b2088533 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.2.7
+pkgver=2.2.8
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=('c225a3123fdd903f5e74e2aea8461a0378d32f145f862c2de8024ff250d2a444')
+sha256sums=('1e3dce8fa7ffc09b0eb3568787c010fdae55147b6d2cdc2e3b1cd574e88aa296')
package() {
cd "$_pkgname-$pkgver"