summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-08-04 16:19:08 +0300
committerSpyros Stathopoulos2015-08-04 16:19:08 +0300
commit6d8b9d0ed653c07542ff4ebf656c96b5a34aeef4 (patch)
tree4735c0cd31feb63a575654a6dd7f23836a5d0f46
parent167a571443b4c9eb94ca13d776e9b8e844f921ad (diff)
downloadaur-6d8b9d0ed653c07542ff4ebf656c96b5a34aeef4.tar.gz
Move upstream to bitbucket
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe1baad8f65d..9a870fd516d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-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 = python2
- source = hg+https://code.google.com/p/mrab-regex-hg
+ source = hg+https://bitbucket.org/mrabarnett/mrab-regex/mrab-regex-hg
md5sums = SKIP
pkgname = python2-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 dd6782dc0075..94e137bcdc8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Contributor: Spyros Stathopoulos <foucault.online@gmail.com>
pkgname=python2-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=('python2')
makedepends=('mercurial')
_hgname='mrab-regex-hg'
-source=("hg+https://code.google.com/p/$_hgname")
+source=("hg+https://bitbucket.org/mrabarnett/mrab-regex/$_hgname")
md5sums=(SKIP)
_dist=Python2