summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-09-06 12:00:47 -0400
committergraysky2015-09-06 12:00:47 -0400
commitf64026560d4d99862eacd106247156c89284111e (patch)
treedb62502c55f02e060803fab5bc28fd2a0a14bf2f
parent455479e36fd01c9fed81a0652b616823c7b91016 (diff)
downloadaur-f64026560d4d99862eacd106247156c89284111e.tar.gz
Update to 2.1.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49c524707320..26802dcaf630 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.4
+ pkgver = 2.1.5
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.4.tar.gz
- sha256sums = 78f8033c7a31afdec532bafd464e562e90c25b808867b211298133f0736120f5
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.1.5.tar.gz
+ sha256sums = 638f36b064a97aee1b73cd901b1419a9b52c573874dff84816106339f4357de5
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index c6a57dd241ab..81bd3de40429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.1.4
+pkgver=2.1.5
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=('78f8033c7a31afdec532bafd464e562e90c25b808867b211298133f0736120f5')
+sha256sums=('638f36b064a97aee1b73cd901b1419a9b52c573874dff84816106339f4357de5')
package() {
cd "$_pkgname-$pkgver"