summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2017-01-08 15:09:30 +0100
committerSimon Legner2017-01-08 15:09:46 +0100
commitae20fe7fe7598b123db87509e98899b45165f359 (patch)
treeec8b09ff13cbb5d39961a3128c088c730d9f78e1
parent00b76c1fcfb3aa4ef514d0f4ad321b1cfa115861 (diff)
downloadaur-ae20fe7fe7598b123db87509e98899b45165f359.tar.gz
Switch to Python 3, simon04/wp2git
-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')