summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66403d458a97..7bd12303c88d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python2-pyvtk-git
pkgdesc = tools for manipulating VTK files in Python, git version
- pkgver = 20140411
- pkgrel = 3
- url = https://code.google.com/p/pyvtk
+ pkgver = 20150805
+ pkgrel = 1
+ url = https://github.com/pearu/pyvtk
arch = any
license = GPL
makedepends = git
depends = python2
provides = pyvtk
conflicts = pyvtk
- source = git+https://code.google.com/p/pyvtk
+ source = git+https://github.com/pearu/pyvtk.git
md5sums = SKIP
pkgname = python2-pyvtk-git
diff --git a/PKGBUILD b/PKGBUILD
index b4cfb9fc63d4..9759e666eca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Joey Dumont <joey.dumont@gmail.com>
pkgname=python2-pyvtk-git
-pkgver=20140723
+pkgver=20150805
pkgrel=1
pkgdesc="tools for manipulating VTK files in Python, git version"
arch=('any')
-url="https://code.google.com/p/pyvtk"
+url="https://github.com/pearu/pyvtk"
license=('GPL')
depends=('python2')
makedepends=('git')
provides=('pyvtk')
conflicts=('pyvtk')
-source=('git+https://code.google.com/p/pyvtk')
+source=('git+https://github.com/pearu/pyvtk.git')
md5sums=('SKIP')
# Git variable.