diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-17 11:12:48 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-17 11:12:48 -0300 |
commit | 65020639abd663cacb80e841a54e317581dbd999 (patch) | |
tree | 36431bac5805e286e2c15356e6cf3f1c14273279 /pcr/python2-relatorio | |
parent | 7c79db1e5f5d6e83387530dc8bad3963aa23fd26 (diff) |
python2-relatorio: fixing source code url
Diffstat (limited to 'pcr/python2-relatorio')
-rw-r--r-- | pcr/python2-relatorio/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/python2-relatorio/PKGBUILD b/pcr/python2-relatorio/PKGBUILD index bbfdb15f4..fcaae5c7a 100644 --- a/pcr/python2-relatorio/PKGBUILD +++ b/pcr/python2-relatorio/PKGBUILD @@ -10,7 +10,7 @@ license=('GPL') depends=('python2-genshi' 'python2-lxml' 'python2-yaml' 'python2-pycha') makedepends=('mercurial' 'python2-distribute') -_hgroot="http://hg.openhex.org/" +_hgroot="http://hg.openhex.org/hgwebdir.cgi/relatorio" _hgrepo="relatorio" build() { |