summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-12-01 15:19:31 -0500
committergraysky2015-12-01 15:19:31 -0500
commit0a70c6142039a757ba7996ade9641396385d75de (patch)
treebb55a475e718a9c5ddcf68069733124f9f837192
parentc868e0ec80e46999b33184bbb2fa7d8b5721902d (diff)
downloadaur-0a70c6142039a757ba7996ade9641396385d75de.tar.gz
Update to 2.2.5-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb74625141d..8bf47f5da858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texturecache
pkgdesc = Utility to manage the XBMC/Kodi texture cache and more.
- pkgver = 2.2.4
+ pkgver = 2.2.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.2.4.tar.gz
- sha256sums = 03e7f25a2db122ec85a9936e7ded23a88a66889aa6de82f4905be904693b7ae0
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.2.5.tar.gz
+ sha256sums = 9ed93a5ffd4ef2f8c46e4dae906d613ea297871e4d15da7577cd3755b09ea2d3
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index aa29a3b14b9c..72e3c70f5e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.2.4
+pkgver=2.2.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=('03e7f25a2db122ec85a9936e7ded23a88a66889aa6de82f4905be904693b7ae0')
+sha256sums=('9ed93a5ffd4ef2f8c46e4dae906d613ea297871e4d15da7577cd3755b09ea2d3')
package() {
cd "$_pkgname-$pkgver"