summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYannic Haupenthal2016-11-05 13:35:47 +0100
committerYannic Haupenthal2016-11-05 13:35:47 +0100
commitd5f567116f6cb5c3715b9eb7ecb3a02042e16fe7 (patch)
treec4d4ec3f2fae6136eeca87ff09f7787105d3ead3
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
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0326229f454..b1f1a8887df3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = isso
pkgdesc = A commenting python server similar to Disqus
- pkgver = 0.10.4
+ pkgver = 0.10.5
pkgrel = 1
url = http://posativ.org/isso/
install = isso.install
@@ -16,11 +16,12 @@ pkgbase = isso
depends = sqlite
depends = python-setuptools
backup = etc/isso.conf
- source = https://pypi.python.org/packages/source/i/isso/isso-0.10.4.tar.gz
- source = https://pypi.python.org/packages/source/i/isso/isso-0.10.4.tar.gz.asc
+ source = https://github.com/posativ/isso/releases/download/0.10.5/isso-0.10.5.tar.gz
+ source = https://github.com/posativ/isso/releases/download/0.10.5/isso-0.10.5.tar.gz.asc
source = https://raw.githubusercontent.com/posativ/isso/master/LICENSE
source = isso.service
- sha256sums = 8666b7339605baf40be9e5dce7a7c772d3acf2b27c47c39ba76ab40a5500eaef
+ validpgpkeys = 7757B21C0C6E5AE4BC6F6462FD1BA15E0E87FE5C
+ sha256sums = 2c4748c5123251ef2e6fd0fa4853c175f3c100071a04e98ed32e1878db55e090
sha256sums = SKIP
sha256sums = d909d060d71c4d9ce92102fa68aa53c963db9b4b6ca315fa0817eafb07651fe2
sha256sums = dfcf54f32094238c7e5344b2dc602925365c8eb0a58c03a922526461b894eba0
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')