summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-05-05 15:09:10 -0400
committergraysky2016-05-05 15:09:10 -0400
commit914307ac8a993e033b6c17d1aab8fe8242257925 (patch)
tree5946da668c547f048137f1e43e4673c3d84a54ff
parent8464ef532357d68a49ed03b6afb3964e5f6853a4 (diff)
downloadaur-914307ac8a993e033b6c17d1aab8fe8242257925.tar.gz
Update to 2.3.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2135beb2ce77..53e3fb23e0d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 07:11:17 UTC 2016
+# Thu May 5 19:09:10 UTC 2016
pkgbase = texturecache
pkgdesc = Utility to manage the XBMC/Kodi texture cache and more.
- pkgver = 2.3.0
+ pkgver = 2.3.1
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.0.tar.gz
- sha256sums = 1170003fe3727a4813d6020437235c0e3e5272316b6b1c81744f29945afaa958
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.3.1.tar.gz
+ sha256sums = fbcbb2800eeff3b2ab70a8e3c18a33505fbceccd19210656fe3a6eef2fe9268f
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 0c1c66111bb5..05db74ae19e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.3.0
+pkgver=2.3.1
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=('1170003fe3727a4813d6020437235c0e3e5272316b6b1c81744f29945afaa958')
+sha256sums=('fbcbb2800eeff3b2ab70a8e3c18a33505fbceccd19210656fe3a6eef2fe9268f')
package() {
cd "$_pkgname-$pkgver"