summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-07-20 16:25:25 -0400
committergraysky2015-07-20 16:25:25 -0400
commitb66d1e57db3bcffc7d6a5361d4e572f8fd6977d4 (patch)
treec097c61d2e5a5ec0b9529058901dc315f6eef5e0
parent95492a47d61b7dc0990d67bd596b258e5afb3835 (diff)
downloadaur-b66d1e57db3bcffc7d6a5361d4e572f8fd6977d4.tar.gz
Update to 2.0.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ab65b01ae58..9b44fcc0e2b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texturecache
pkgdesc = Utility to manage the XBMC/Kodi texture cache and more.
- pkgver = 1.9.8
+ pkgver = 2.0.6
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/1.9.8.tar.gz
- sha256sums = abc55ad379f5d8899bc5e737c47c54f877611d094feef95ba0f2c500425ae439
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.0.6.tar.gz
+ sha256sums = 3679a6fbdfcd96ff38cd52011827870dc2ab9794599e8e7fa7620e5dd85655ed
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 350cd2f47bce..3bbc86bd2aa8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=1.9.8
+pkgver=2.0.6
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=('abc55ad379f5d8899bc5e737c47c54f877611d094feef95ba0f2c500425ae439')
+sha256sums=('3679a6fbdfcd96ff38cd52011827870dc2ab9794599e8e7fa7620e5dd85655ed')
package() {
cd "$_pkgname-$pkgver"