summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrzej Giniewicz2016-07-30 19:20:15 +0200
committerAndrzej Giniewicz2016-07-30 19:20:15 +0200
commit4b407155338ecd6392213f795e794ea148a997b7 (patch)
tree4592bd0ac3d3a3f231032b9a95b87f3c75502990 /PKGBUILD
parent03158102d4fe1d4352df399c5f75990a6570fcc8 (diff)
downloadaur-4b407155338ecd6392213f795e794ea148a997b7.tar.gz
restview: new upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {