summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-01-05 15:51:17 +0100
committerhaawda2020-01-05 15:51:17 +0100
commite2feb8b6d08a4c36f04eba243959aa585971173e (patch)
treef3dd8d2d13e3595af8297ea49b2e925671517e08
parent5499573e5d4f7ac46f11daddf888877cbef0ae3a (diff)
downloadaur-e2feb8b6d08a4c36f04eba243959aa585971173e.tar.gz
fix typo in description of optional dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28daf15ceead..998fc151e184 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ccl-git
pkgdesc = The Clozure Common Lisp implementation
- pkgver = 1.12.dev.5.3.gb5233ade
+ pkgver = 1.12.dev.5.19.gb8e8bf87
pkgrel = 1
epoch = 1
url = http://ccl.clozure.com/
@@ -9,7 +9,7 @@ pkgbase = ccl-git
makedepends = git
makedepends = subversion
depends = bash
- optdepends = java-environment: for using emaple file jfli.jar
+ optdepends = java-environment: for using example file jfli.jar
provides = common-lisp
provides = cl-asdf
provides = ccl
diff --git a/PKGBUILD b/PKGBUILD
index dd78b55fe094..824e8dba8528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=ccl-git
epoch=1
-pkgver=1.12.dev.5.3.gb5233ade
+pkgver=1.12.dev.5.19.gb8e8bf87
pkgrel=1
pkgdesc="The Clozure Common Lisp implementation"
url="http://ccl.clozure.com/"
license=('APACHE')
arch=('x86_64')
depends=('bash')
-optdepends=('java-environment: for using emaple file jfli.jar')
+optdepends=('java-environment: for using example file jfli.jar')
makedepends=('git' 'subversion')
provides=('common-lisp' 'cl-asdf' 'ccl')
conflicts=('ccl-bin' 'ccl')