summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0298984cb24c..df0b3257f960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Mar 29 09:09:54 UTC 2016
+# Sun Jan 8 14:09:39 UTC 2017
pkgbase = wp2git.py-git
pkgdesc = A tool to download and import a Wikipedia page to a Git repository
- pkgver = r47.7587971
+ pkgver = r56.2c61906
pkgrel = 1
- url = https://github.com/dlenski/wp2git
+ url = https://github.com/simon04/wp2git
arch = any
license = custom
- depends = python2
- depends = python2-mwclient
+ depends = python
+ depends = python-mwclient
depends = git
- source = wp2git.py-git::git+https://github.com/dlenski/wp2git.git
+ source = wp2git.py-git::git+https://github.com/simon04/wp2git.git
md5sums = SKIP
pkgname = wp2git.py-git
diff --git a/PKGBUILD b/PKGBUILD
index b90db47fc079..8f03183171b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=wp2git.py-git
-pkgver=r47.7587971
+pkgver=r56.2c61906
pkgrel=1
pkgdesc="A tool to download and import a Wikipedia page to a Git repository"
arch=('any')
-url="https://github.com/dlenski/wp2git"
+url="https://github.com/simon04/wp2git"
license=('custom')
-depends=('python2' 'python2-mwclient' 'git')
+depends=('python' 'python-mwclient' 'git')
source=(
- "$pkgname::git+https://github.com/dlenski/wp2git.git"
+ "$pkgname::git+https://github.com/simon04/wp2git.git"
)
md5sums=('SKIP')