summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2019-05-11 12:11:22 +0200
committerAbdo Roig-Maranges2019-05-11 12:11:22 +0200
commit3531188b71ff9e6d3cf708f761f02e1164c4b693 (patch)
treee5d60e38ca56498b5a874afbd553894de6178493
parent906c260ab290387da86db6fc2ee17dd38ca84f2b (diff)
downloadaur-3531188b71ff9e6d3cf708f761f02e1164c4b693.tar.gz
update version and url
-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')