summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYannic Haupenthal2016-11-05 13:35:47 +0100
committerYannic Haupenthal2016-11-05 13:35:47 +0100
commitd5f567116f6cb5c3715b9eb7ecb3a02042e16fe7 (patch)
treec4d4ec3f2fae6136eeca87ff09f7787105d3ead3 /PKGBUILD
parentb69b88ff071eb7ee03d9aad682c8fbfd21711ab1 (diff)
downloadaur-d5f567116f6cb5c3715b9eb7ecb3a02042e16fe7.tar.gz
* update to 0.10.5 (0.10.6 is not released yet)
* source is now github.com instead of pypi.python.org
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 737dc616b234..aa931ec92d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Brice Waegeneire <brice dot wge at gmail dot com>
# Contributor: Reventlov <contact+aur@volcanis.me>
pkgname=isso
-pkgver=0.10.4
+pkgver=0.10.5
pkgrel=1
pkgdesc="A commenting python server similar to Disqus"
arch=('any')
@@ -11,12 +11,12 @@ license=('MIT')
depends=('python-werkzeug' 'python-html5lib' 'python-misaka-v1' 'python-itsdangerous' 'python-six' 'sqlite' 'python-setuptools')
makedepends=('git' 'python')
backup=('etc/isso.conf')
-source=("https://pypi.python.org/packages/source/i/isso/isso-$pkgver.tar.gz"
- "https://pypi.python.org/packages/source/i/isso/isso-$pkgver.tar.gz.asc"
+source=("https://github.com/posativ/isso/releases/download/$pkgver/isso-$pkgver.tar.gz"
+ "https://github.com/posativ/isso/releases/download/$pkgver/isso-$pkgver.tar.gz.asc"
"https://raw.githubusercontent.com/posativ/isso/master/LICENSE"
"isso.service")
install=$pkgname.install
-sha256sums=('8666b7339605baf40be9e5dce7a7c772d3acf2b27c47c39ba76ab40a5500eaef'
+sha256sums=('2c4748c5123251ef2e6fd0fa4853c175f3c100071a04e98ed32e1878db55e090'
'SKIP'
'd909d060d71c4d9ce92102fa68aa53c963db9b4b6ca315fa0817eafb07651fe2'
'dfcf54f32094238c7e5344b2dc602925365c8eb0a58c03a922526461b894eba0')