summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec207c322ac0..a88a336871ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Jul 30 17:20:02 UTC 2016
pkgbase = restview
pkgdesc = A viewer for ReStructuredText documents that renders them on the fly.
- pkgver = 2.4.0
+ pkgver = 2.6.1
pkgrel = 1
url = http://mg.pov.lt/restview/
arch = any
@@ -10,8 +12,8 @@ pkgbase = restview
depends = python-pygments
depends = python-readme
options = !emptydirs
- source = http://pypi.python.org/packages/source/r/restview/restview-2.4.0.tar.gz
- sha256sums = 52eed1a9ce2bc31d6b4269c8c4ba8c5c1cf7c989b465e9a62bfa6357fc0da965
+ source = https://github.com/mgedmin/restview/archive/2.6.1.tar.gz
+ sha256sums = 797104c9b1732363afb1e944d8ee5ef27352a5d134c40aa50ff81a64f3029b0e
pkgname = restview
diff --git a/PKGBUILD b/PKGBUILD
index 6af68ef59308..94266b38e7e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Arndt <chris@chrisarndt.de>
pkgname=restview
-pkgver=2.4.0
+pkgver=2.6.1
pkgrel=1
pkgdesc="A viewer for ReStructuredText documents that renders them on the fly."
arch=(any)
@@ -11,8 +11,8 @@ license=('GPL')
depends=('python-docutils' 'python-pygments' 'python-readme')
makedepends=('python-setuptools')
options=(!emptydirs)
-source=(http://pypi.python.org/packages/source/r/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('52eed1a9ce2bc31d6b4269c8c4ba8c5c1cf7c989b465e9a62bfa6357fc0da965')
+source=("https://github.com/mgedmin/restview/archive/${pkgver}.tar.gz")
+sha256sums=('797104c9b1732363afb1e944d8ee5ef27352a5d134c40aa50ff81a64f3029b0e')
package() {