summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2015-06-26 17:32:50 -0400
committergraysky2015-06-26 17:32:50 -0400
commit95492a47d61b7dc0990d67bd596b258e5afb3835 (patch)
tree28bd346d439722c3fb8fd3e67bf977bb0bf57c24
parent18638635427c3c34fdbc083c9b2d411490da4e44 (diff)
downloadaur-95492a47d61b7dc0990d67bd596b258e5afb3835.tar.gz
Update to 1.9.8-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2e9d166919..2ab65b01ae58 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.7
+ pkgver = 1.9.8
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.7.tar.gz
- sha256sums = ea26f971ecc71d9f080022f099d9522eb593eeaecd76790b346e7cd2f71ecd14
+ source = https://github.com/MilhouseVH/texturecache.py/archive/1.9.8.tar.gz
+ sha256sums = abc55ad379f5d8899bc5e737c47c54f877611d094feef95ba0f2c500425ae439
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index 2ef5ffc3ac63..350cd2f47bce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=1.9.7
+pkgver=1.9.8
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=('ea26f971ecc71d9f080022f099d9522eb593eeaecd76790b346e7cd2f71ecd14')
+sha256sums=('abc55ad379f5d8899bc5e737c47c54f877611d094feef95ba0f2c500425ae439')
package() {
cd "$_pkgname-$pkgver"