summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2016-08-25 10:50:42 +0200
committerAbdo Roig-Maranges2016-08-25 10:50:42 +0200
commitde81c04399c515931f5d5e127554e0f5f6e5cf45 (patch)
treea036bab49a0f0dc667678897bd1a0d285769c53c
parentc7d2a3e7f342160eb7f176ff1ef3eddbef5bf3ae (diff)
downloadaur-de81c04399c515931f5d5e127554e0f5f6e5cf45.tar.gz
Use felipec repo. Seems that he is back on business!
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3e06ca6130c..5934cba522fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,8 @@ pkgbase = git-remote-hg-git
pkgdesc = Transparent bidirectional bridge between Git and Mercurial
pkgver = 0.3.r11.g628d26c
pkgrel = 1
- url = https://github.com/fingolfin/git-remote-hg
+ epoch = 1
+ url = https://github.com/felipec/git-remote-hg
arch = any
license = GPL2
makedepends = asciidoc
@@ -10,7 +11,7 @@ pkgbase = git-remote-hg-git
depends = mercurial
provides = git-remote-hg
conflicts = git-remote-hg
- source = git+https://github.com/fingolfin/git-remote-hg.git
+ source = git+https://github.com/felipec/git-remote-hg.git
md5sums = SKIP
pkgname = git-remote-hg-git
diff --git a/PKGBUILD b/PKGBUILD
index 4f1e7e406a04..6f89557b7354 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=git-remote-hg-git
pkgver=0.3.r11.g628d26c
pkgrel=1
+epoch=1
provides=("git-remote-hg")
conflicts=("git-remote-hg")
pkgdesc="Transparent bidirectional bridge between Git and Mercurial"
arch=('any')
-url="https://github.com/fingolfin/git-remote-hg"
+url="https://github.com/felipec/git-remote-hg"
license=('GPL2')
depends=('git' 'mercurial')
makedepends=('asciidoc')
-source=("git+https://github.com/fingolfin/git-remote-hg.git")
+source=("git+https://github.com/felipec/git-remote-hg.git")
md5sums=('SKIP')
pkgver() {