summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Scholz2018-12-27 22:04:42 +0100
committerSzymon Scholz2018-12-27 22:04:42 +0100
commit3036fc26b10b7126a580a8f04c4f3da538a29f4f (patch)
tree52796169800aea6ec93d2c5bac9999570b90270b
parent2597d97cddf049596b3a1979ddb73f2773bb5766 (diff)
downloadaur-3036fc26b10b7126a580a8f04c4f3da538a29f4f.tar.gz
Fixed upstream url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbde6b91b13d..5d62ab5c04f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python2-rstex
pkgdesc = An extension of docutils' rst2latex with inline math, equations, references, and raw latex
pkgver = 0.12
- pkgrel = 1
- url = http://muralab.org/rstex
+ pkgrel = 2
+ url = https://pypi.org/project/rstex/
arch = any
license = BSD License
depends = python2
diff --git a/PKGBUILD b/PKGBUILD
index 8e0bf49d5033..b64a12c3700e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Szymon Scholz
pkgname=python2-rstex
_realname=rstex
pkgver=0.12
-pkgrel=1
+pkgrel=2
pkgdesc="An extension of docutils' rst2latex with inline math, equations, references, and raw latex"
-url="http://muralab.org/rstex"
+url="https://pypi.org/project/rstex/"
depends=('python2')
license=('BSD License')
arch=('any')