summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-10-17 14:32:59 -0400
committergraysky2015-10-17 14:32:59 -0400
commit5e55fb8e71d4425f895f8a95ab9bb2b114c95c1c (patch)
tree1354053f2bf5b3e72da9c14b0a8e18508f92f477
parentc1e105a4efdab2f3278dbc3cebe258a192d22193 (diff)
downloadaur-5e55fb8e71d4425f895f8a95ab9bb2b114c95c1c.tar.gz
Update to 2.1.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e34424a8321..7b6d1840b7e5 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.7
+ pkgver = 2.1.8
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.7.tar.gz
- sha256sums = 73642a83109ed0309cc10966679396b25c1fffc3a0b3b672574d73b56667f5ee
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.1.8.tar.gz
+ sha256sums = 9be74c5924cda55feb55efafecaf9dbe8786c7e6446acdedadafa76291205a2e
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 83c56562f601..8bd5375138b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.1.7
+pkgver=2.1.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=('73642a83109ed0309cc10966679396b25c1fffc3a0b3b672574d73b56667f5ee')
+sha256sums=('9be74c5924cda55feb55efafecaf9dbe8786c7e6446acdedadafa76291205a2e')
package() {
cd "$_pkgname-$pkgver"