makedeb


ccl 1.12.1-1


A Common Lisp implementation.

Click here to go back to the commit logs for ccl.

Commit:


Hash: 047f6a06118249e0ee8f356206d392d680ba7c28

Message: Update provides

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0363171..7dce189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,7 @@ pkgbase = ccl
 	license = Apache
 	makedepends = m4
 	makedepends = subversion
-	provides = common-lisp
-	provides = ccl
+	provides = lisp-compiler
 	conflicts = ccl-bin
 	conflicts = ccl-git
 	source = https://github.com/Clozure/ccl/releases/download/v1.12.1/ccl-1.12.1-linuxx86.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 017c01e..ed0f190 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("x86_64")
 url="http://ccl.clozure.com"
 license=("Apache")
 makedepends=("m4" "subversion")
-provides=("common-lisp" "ccl")
+provides=("lisp-compiler")
 conflicts=("ccl-bin" "ccl-git")
 
 source=("https://github.com/Clozure/ccl/releases/download/v${pkgver}/ccl-${pkgver}-linuxx86.tar.gz")