summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-11-12 15:46:15 -0500
committergraysky2015-11-12 15:46:15 -0500
commitc868e0ec80e46999b33184bbb2fa7d8b5721902d (patch)
treeffa184bea44baf328a44a8766913d4bc601dbbec
parent5e55fb8e71d4425f895f8a95ab9bb2b114c95c1c (diff)
downloadaur-c868e0ec80e46999b33184bbb2fa7d8b5721902d.tar.gz
Update to 2.2.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b6d1840b7e5..ffb74625141d 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.8
+ pkgver = 2.2.4
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.8.tar.gz
- sha256sums = 9be74c5924cda55feb55efafecaf9dbe8786c7e6446acdedadafa76291205a2e
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.2.4.tar.gz
+ sha256sums = 03e7f25a2db122ec85a9936e7ded23a88a66889aa6de82f4905be904693b7ae0
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 8bd5375138b0..aa29a3b14b9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.1.8
+pkgver=2.2.4
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=('9be74c5924cda55feb55efafecaf9dbe8786c7e6446acdedadafa76291205a2e')
+sha256sums=('03e7f25a2db122ec85a9936e7ded23a88a66889aa6de82f4905be904693b7ae0')
package() {
cd "$_pkgname-$pkgver"