summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2021-05-29 16:35:00 +0200
committerhaawda2021-05-29 16:35:00 +0200
commit9c51e667f15e398d2e5bfb1737d5be45577c9515 (patch)
treefa1b846466877f0948d7e203311c5b4c58ba07e9 /PKGBUILD
parent6708d90e5a8466862380efa365681827ae455709 (diff)
downloadaur-ccl-git.tar.gz
bump epoch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59721f051835..00b393605fd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Rogof <rogof /at/ gmx /dot/ com>
pkgname=ccl-git
-epoch=1
-pkgver=1.12.32.g8778079b
+epoch=2
+pkgver=1.12.1
pkgrel=1
pkgdesc="The Clozure Common Lisp implementation"
url="http://ccl.clozure.com/"
@@ -22,7 +22,7 @@ noextract=('linuxx86.tar.gz')
pkgver() {
cd ccl
- git describe --tags|tr - .|cut -c2-
+ git describe --tags|tr - . | cut -c2-
}
prepare() {