summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-04-17 03:11:17 -0400
committergraysky2016-04-17 03:11:17 -0400
commit8464ef532357d68a49ed03b6afb3964e5f6853a4 (patch)
tree7915d92a421ec793cbbe9b061ca70238671b5eb1
parent3e4ee2c350c555570e13cebbb3618f0210dff1d6 (diff)
downloadaur-8464ef532357d68a49ed03b6afb3964e5f6853a4.tar.gz
Update to 2.3.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0e2120a9279..2135beb2ce77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 14 12:41:27 UTC 2016
+# Sun Apr 17 07:11:17 UTC 2016
pkgbase = texturecache
pkgdesc = Utility to manage the XBMC/Kodi texture cache and more.
- pkgver = 2.2.9
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/MilhouseVH/texturecache.py
install = readme.install
@@ -12,8 +12,8 @@ pkgbase = texturecache
depends = kodi
conflicts = xbmc-texturecache
replaces = xbmc-texturecache
- source = https://github.com/MilhouseVH/texturecache.py/archive/2.2.9.tar.gz
- sha256sums = 4ad4fd826d1a0fce264bfd8b213995e249f564776c8610128b40eac1b5651c09
+ source = https://github.com/MilhouseVH/texturecache.py/archive/2.3.0.tar.gz
+ sha256sums = 1170003fe3727a4813d6020437235c0e3e5272316b6b1c81744f29945afaa958
pkgname = texturecache
diff --git a/PKGBUILD b/PKGBUILD
index c57d9ac3fad1..0c1c66111bb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=texturecache
_pkgname=texturecache.py
-pkgver=2.2.9
+pkgver=2.3.0
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=('4ad4fd826d1a0fce264bfd8b213995e249f564776c8610128b40eac1b5651c09')
+sha256sums=('1170003fe3727a4813d6020437235c0e3e5272316b6b1c81744f29945afaa958')
package() {
cd "$_pkgname-$pkgver"