summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsayantankhan2017-03-13 22:58:05 +0530
committersayantankhan2017-03-13 22:58:05 +0530
commit14f6de834092f945da634eb57e59b122645f067b (patch)
tree50e88568ce716a236b79513f4035e90966eb01e2
parent16441aefbcb07cddfcaa1df98ae910e8a5c46cf1 (diff)
downloadaur-lean2-git.tar.gz
Fixed upstream url. Yet again.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 459353a334a3..e7924e9e610a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lean2-git
pkgdesc = Lean Theorem Prover 2
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
- url = https://github.com/Bolt64/lean2
+ url = https://github.com/sayantangkhan/lean2
arch = x86_64
license = Apache
makedepends = git
@@ -14,7 +14,7 @@ pkgbase = lean2-git
depends = lua>=5.2
optdepends = emacs: emacs mode
conflicts = lean-bin
- source = lean2-git::git+https://github.com/Bolt64/lean2
+ source = lean2-git::git+https://github.com/sayantangkhan/lean2
md5sums = SKIP
pkgname = lean2-git
diff --git a/PKGBUILD b/PKGBUILD
index 025d7dbefe89..1eb0e4d90dcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=lean2-git
#_pkgver=0.2.0
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc='Lean Theorem Prover 2'
arch=('x86_64')
-url="https://github.com/Bolt64/lean2"
+url="https://github.com/sayantangkhan/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/Bolt64/lean2")
+source=("$pkgname::git+https://github.com/sayantangkhan/lean2")
md5sums=(SKIP)
#pkgver() {