summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-08-04 16:15:50 +0300
committerSpyros Stathopoulos2015-08-04 16:15:50 +0300
commitc3894ebfc2d532afaaedfe4355bccb8f33e67316 (patch)
treee36bd8e08d3b79aa12664ddb4e7df060ad2fe599
parent7950dfe7477145f2bfc943c0432ba2e7554fc60c (diff)
downloadaur-c3894ebfc2d532afaaedfe4355bccb8f33e67316.tar.gz
Move upstream to bitbucket
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e801896adfa..6f89ad8be68e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-regex-hg
pkgdesc = Alternative regular expression module, to replace re.
- pkgver = 111.7ee84d1a19dd
+ pkgver = 170.72f05ba8c50a
pkgrel = 1
- url = https://code.google.com/p/mrab-regex-hg/
+ url = https://bitbucket.org/mrabarnett/mrab-regex
arch = i686
arch = x86_64
license = custom
makedepends = mercurial
depends = python
- source = hg+https://code.google.com/p/mrab-regex-hg
+ source = hg+https://bitbucket.org/mrabarnett/mrab-regex/mrab-regex
md5sums = SKIP
pkgname = python-regex-hg
diff --git a/.gitignore b/.gitignore
index 8a626cd40d3e..efa66f188c9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
mrab-regex-hg/*
+mrab-regex/*
pkg/*
src/*
*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b4c3995084c5..f4bb9823b854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Contributor: Spyros Stathopoulos <foucault.online@gmail.com>
pkgname=python-regex-hg
-pkgver=153.0b2d7bbed01e
+pkgver=170.72f05ba8c50a
pkgrel=1
pkgdesc="Alternative regular expression module, to replace re."
arch=('i686' 'x86_64')
-url="https://code.google.com/p/mrab-regex-hg/"
+url="https://bitbucket.org/mrabarnett/mrab-regex"
license=('custom')
depends=('python')
makedepends=('mercurial')
-_hgname='mrab-regex-hg'
-source=("hg+https://code.google.com/p/$_hgname")
+_hgname='mrab-regex'
+source=("hg+https://bitbucket.org/mrabarnett/mrab-regex/$_hgname")
md5sums=(SKIP)
_dist=Python3