summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-08-24 14:53:33 -0400
committergraysky2015-08-24 14:53:33 -0400
commit1b98776b2e8d6319d7c852dd9b9c526daa630945 (patch)
treec6885e86fe7236e0578a656506d54c19b5c53e6d
parent2a3de3957c269449edf8e40f6f20216fbc984c02 (diff)
downloadaur-1b98776b2e8d6319d7c852dd9b9c526daa630945.tar.gz
Update to 2.1.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c2aaa4f681a..dc73a458d852 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.1
+ pkgver = 2.1.3
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.1.tar.gz
- sha256sums = 52b5019767804f4d5aa4565de2ec98b382c059b987987d427959d0691feb628d
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.1.3.tar.gz
+ sha256sums = 4dad2b618fd57f04f5222a16accbd0469aac2a9e19b62e49b352831f285325ac
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 0c0bc53fd4b9..ccc7f22711d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.1.1
+pkgver=2.1.3
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=('52b5019767804f4d5aa4565de2ec98b382c059b987987d427959d0691feb628d')
+sha256sums=('4dad2b618fd57f04f5222a16accbd0469aac2a9e19b62e49b352831f285325ac')
package() {
cd "$_pkgname-$pkgver"