summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2015-08-16 12:18:27 +0200
committerStefan Husmann2015-08-16 12:18:27 +0200
commit31c7c19a50f37f7cf273caf3b104dd4e62d5811f (patch)
treeac84dcc8a3e1d3b5e6a51b3700ed2aa9d584433c /PKGBUILD
parentd8e08b3896bfe14496c08af26cb1dd01ccc625cf (diff)
downloadaur-31c7c19a50f37f7cf273caf3b104dd4e62d5811f.tar.gz
change source to gitlab repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 001d66d4298a..1e8add051377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=mkcl-git
-pkgver=1.1.9.71.g7ac4fb0
+pkgver=1.1.9.95.g37c658f
pkgrel=1
pkgdesc="ManKai Common Lisp -- git-version"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ depends=('gawk')
makedepends=('git')
provides=('common-lisp' 'cl-asdf')
conflicts=('mkcl')
-source=("git://common-lisp.net/projects/mkcl/mkcl.git")
+source=("git+https://gitlab.common-lisp.net/mkcl/mkcl.git")
options=('staticlibs' '!makeflags')
md5sums=('SKIP')
_gitname="mkcl"