summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-08-03 11:14:17 -0400
committergraysky2016-08-03 11:14:17 -0400
commit41276f327289ef618b816442d79f213ff22e9a92 (patch)
tree7f5e34c0997abd2051f3280ed99e2cbe8baaef5b
parent914307ac8a993e033b6c17d1aab8fe8242257925 (diff)
downloadaur-41276f327289ef618b816442d79f213ff22e9a92.tar.gz
Update to 2.3.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53e3fb23e0d5..d28229a8aff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 5 19:09:10 UTC 2016
+# Wed Aug 3 15:14:17 UTC 2016
pkgbase = texturecache
pkgdesc = Utility to manage the XBMC/Kodi texture cache and more.
- pkgver = 2.3.1
+ pkgver = 2.3.2
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.3.1.tar.gz
- sha256sums = fbcbb2800eeff3b2ab70a8e3c18a33505fbceccd19210656fe3a6eef2fe9268f
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.3.2.tar.gz
+ sha256sums = 2cc78c7a1ed5974d3abcb25298bd366ab4d601b4de2992afb8abc6cdb29803c2
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 05db74ae19e2..2df22acc7e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.3.1
+pkgver=2.3.2
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=('fbcbb2800eeff3b2ab70a8e3c18a33505fbceccd19210656fe3a6eef2fe9268f')
+sha256sums=('2cc78c7a1ed5974d3abcb25298bd366ab4d601b4de2992afb8abc6cdb29803c2')
package() {
cd "$_pkgname-$pkgver"