summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2022-08-19 11:23:18 +0100
committerSpyros Stathopoulos2022-08-19 11:23:18 +0100
commit55d37a31ce5908814c430bfb8e799846903712fa (patch)
treeecf5cd53534ad45af39a14b1368fde514409692d
parent01ad33fdbac4ff628e667f28d5bb6f5a30c2b0c7 (diff)
downloadaur-55d37a31ce5908814c430bfb8e799846903712fa.tar.gz
Fix upstream url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec362ad4844f..4db88c58d714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = hg-git-hg
pkgdesc = the Hg-Git mercurial plugin
- pkgver = 1741.f3718f693038
+ pkgver = 1774.b963d11cc1c8
pkgrel = 1
- url = http://hg-git.github.com/
+ url = http://hg-git.github.io/
arch = any
license = GPL2
makedepends = mercurial
diff --git a/PKGBUILD b/PKGBUILD
index ed9d6b0dc127..ab5f91636901 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
#
name=hg-git
pkgname=$name-hg
-pkgver=1741.f3718f693038
+pkgver=1774.b963d11cc1c8
pkgrel=1
pkgdesc="the Hg-Git mercurial plugin"
arch=(any)
-url="http://hg-git.github.com/"
+url="http://hg-git.github.io/"
license=('GPL2')
depends=('mercurial' 'python-dulwich')
makedepends=('mercurial' 'python-setuptools')