summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-09-02 19:31:44 -0400
committergraysky2015-09-02 19:31:44 -0400
commit455479e36fd01c9fed81a0652b616823c7b91016 (patch)
tree435edb91b4b352e54150a40674062513fd1bc16c
parent1b98776b2e8d6319d7c852dd9b9c526daa630945 (diff)
downloadaur-455479e36fd01c9fed81a0652b616823c7b91016.tar.gz
Update to 2.1.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc73a458d852..49c524707320 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.3
+ pkgver = 2.1.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.3.tar.gz
- sha256sums = 4dad2b618fd57f04f5222a16accbd0469aac2a9e19b62e49b352831f285325ac
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.1.4.tar.gz
+ sha256sums = 78f8033c7a31afdec532bafd464e562e90c25b808867b211298133f0736120f5
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index ccc7f22711d4..c6a57dd241ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.1.3
+pkgver=2.1.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=('4dad2b618fd57f04f5222a16accbd0469aac2a9e19b62e49b352831f285325ac')
+sha256sums=('78f8033c7a31afdec532bafd464e562e90c25b808867b211298133f0736120f5')
package() {
cd "$_pkgname-$pkgver"