summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryparitcher2020-06-05 04:04:16 -0400
committeryparitcher2020-06-05 04:04:16 -0400
commitc06adfa86891359fc4e82f17f4e207da16655e50 (patch)
treef248dd6fa520f385b85664e153a829b1ddad8b1b
parent5f7ce021cda4189f74dfa7bc98c794c258cde85d (diff)
downloadaur-c06adfa86891359fc4e82f17f4e207da16655e50.tar.gz
switch to new github repo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a3a1f5f11e4..1cc6d2fed41a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = xxdiff
pkgdesc = A graphical browser for file and directory differences.
pkgver = 5.0
- pkgrel = 1
- url = https://bitbucket.org/blais/xxdiff
+ pkgrel = 2
+ url = https://github.com/blais/xxdiff
arch = x86_64
arch = i686
license = GPL2
makedepends = flex>=2.5.31
makedepends = bison
- makedepends = mercurial
+ makedepends = git
makedepends = python-docutils
depends = qt5-base
- source = hg+https://bitbucket.org/blais/xxdiff#revision=5e5f885
+ source = git+https://github.com/blais/xxdiff.git
source = cpp11.diff
md5sums = SKIP
md5sums = feb486afc64fa53cfc348219d3779d41
diff --git a/PKGBUILD b/PKGBUILD
index da4539a5c472..2714697310b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=xxdiff
pkgver=5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A graphical browser for file and directory differences."
-url="https://bitbucket.org/blais/xxdiff"
+url="https://github.com/blais/xxdiff"
license=('GPL2')
depends=('qt5-base')
-makedepends=('flex>=2.5.31' 'bison' 'mercurial' 'python-docutils')
+makedepends=('flex>=2.5.31' 'bison' 'git' 'python-docutils')
arch=('x86_64' 'i686')
-source=("hg+https://bitbucket.org/blais/xxdiff#revision=5e5f885" "cpp11.diff")
+source=("git+https://github.com/blais/xxdiff.git" "cpp11.diff")
md5sums=('SKIP'
'feb486afc64fa53cfc348219d3779d41')