summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpyros Stathopoulos2015-08-04 16:19:08 +0300
committerSpyros Stathopoulos2015-08-04 16:19:08 +0300
commit6d8b9d0ed653c07542ff4ebf656c96b5a34aeef4 (patch)
tree4735c0cd31feb63a575654a6dd7f23836a5d0f46 /PKGBUILD
parent167a571443b4c9eb94ca13d776e9b8e844f921ad (diff)
downloadaur-python2-regex-hg.tar.gz
Move upstream to bitbucket
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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