summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-06-26 16:40:59 -0400
committergraysky2015-06-26 16:40:59 -0400
commit18638635427c3c34fdbc083c9b2d411490da4e44 (patch)
tree7dd6d5a5de1993b2130a0e0ffd23c2b78d2e81de
parent2806ba5d203a1c6295ebdef154ace7f3d7bde514 (diff)
downloadaur-18638635427c3c34fdbc083c9b2d411490da4e44.tar.gz
Update to 1.9.7-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7e2e7dcaed1..7f2e9d166919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texturecache
pkgdesc = Utility to manage the XBMC/Kodi texture cache and more.
- pkgver = 1.9.5
+ pkgver = 1.9.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/1.9.5.tar.gz
- sha256sums = 0e7b38a363e4f0d3f045fdc6cbc1c9c466b4bb75c51a00069f86207d9f393fef
+ source = https://github.com/MilhouseVH/texturecache.py/archive/1.9.7.tar.gz
+ sha256sums = ea26f971ecc71d9f080022f099d9522eb593eeaecd76790b346e7cd2f71ecd14
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 1e37b1728780..2ef5ffc3ac63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=1.9.5
+pkgver=1.9.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=('0e7b38a363e4f0d3f045fdc6cbc1c9c466b4bb75c51a00069f86207d9f393fef')
+sha256sums=('ea26f971ecc71d9f080022f099d9522eb593eeaecd76790b346e7cd2f71ecd14')
package() {
cd "$_pkgname-$pkgver"