summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsayantankhan2017-02-10 18:43:34 +0530
committersayantankhan2017-02-10 18:43:34 +0530
commit5ed7b79431c331923feedbbe3e801e17a3251c70 (patch)
tree0504487028495cec8051c11e1821798f06a60b60
parent5a1150b61c7e557491aefa684a8fe71bee304a4d (diff)
downloadaur-5ed7b79431c331923feedbbe3e801e17a3251c70.tar.gz
Changed upstream to forked version for controlled updates.
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7798f34c321c..c9ea299dcbc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgver=0.2.1
pkgrel=1
pkgdesc='Lean Theorem Prover 2'
arch=('x86_64')
-url="https://github.com/leanprover/lean2"
+url="https://github.com/Bolt64/lean2"
license=('Apache')
depends=('gmp' 'mpfr' 'lua>=5.2')
makedepends=('git' 'cmake' 'python' 'gperftools')
optdepends=('emacs: emacs mode')
conflicts=('lean-bin')
-source=("$pkgname::git+https://github.com/leanprover/lean2.git")
+source=("$pkgname::git+https://github.com/Bolt64/lean2")
md5sums=(SKIP)
#pkgver() {
@@ -21,7 +21,7 @@ md5sums=(SKIP)
#}
prepare() {
- git clone https://github.com/leanprover/emacs-dependencies "$pkgname"/src/emacs/dependencies
+ git clone https://github.com/Bolt64/emacs-dependencies "$pkgname"/src/emacs/dependencies
cd "$pkgname"/src/emacs # The following lines are to disable Flycheck, which seems to have some issues.
sed -e '/Flycheck\ init/,+4d' lean-mode.el > lean-mode.el.new
mv lean-mode.el lean-mode.el.old