summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66bfc832c2bc..6d18c72e317c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = git-remote-hg-git
pkgdesc = Transparent bidirectional bridge between Git and Mercurial
- pkgver = r282.765f9ae
+ pkgver = r285.f050de1
pkgrel = 1
epoch = 2
- url = https://github.com/felipec/git-remote-hg
+ url = https://github.com/mnauw/git-remote-hg
arch = any
license = GPL2
makedepends = asciidoc
diff --git a/PKGBUILD b/PKGBUILD
index 32b529113dab..8468e19aeea8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Abdó Roig-Maranges <abdo.roig@gmail.com>
pkgname=git-remote-hg-git
-pkgver=r282.765f9ae
+pkgver=r285.f050de1
pkgrel=1
epoch=2
provides=("git-remote-hg")
conflicts=("git-remote-hg")
pkgdesc="Transparent bidirectional bridge between Git and Mercurial"
arch=('any')
-url="https://github.com/felipec/git-remote-hg"
+url="https://github.com/mnauw/git-remote-hg"
license=('GPL2')
depends=('git' 'mercurial')
makedepends=('asciidoc')