summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormutantmonkey2014-10-03 22:43:12 -0700
committermutantmonkey2014-10-03 22:43:12 -0700
commitf6d73077a59462a202f08390decca50c99d6ceb9 (patch)
tree7a6caa5a057d8bdbaa2aafde5e8831916a33d047
parent7abdbff94092363f91fc31fda3363678db9fe8f4 (diff)
downloadaur-f6d73077a59462a202f08390decca50c99d6ceb9.tar.gz
python2-mynt: update URL and version
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3c2235512fe..ca038f4859b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: mutantmonkey <aur@mutantmonkey.in>
pkgname=python2-mynt
-pkgver=0.3
-pkgrel=2
+pkgver=0.3.1
+pkgrel=1
pkgdesc="A static site generator designed to give you all the features of a CMS."
arch=('any')
-url="http://mynt.mirroredwhite.com/"
+url="http://mynt.uhnomoli.com/"
license=('BSD')
depends=('python2>=2.7' 'python2-hoep' 'python2-jinja>=2.7.2'
'python2-pygments' 'python2-watchdog' 'python2-yaml')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/m/mynt/mynt-${pkgver}.tar.gz")
-sha256sums=('77a9ae4c8bd6f3687da2f9f16cf44117d6b1338ee1b973392247bd833fe93852')
+sha256sums=('89700c6f3b2128f06c662e3fb8b77a89ba09582cf97ceb52c4169493f48896b4')
package() {
cd "$srcdir/mynt-$pkgver"