summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-05-29 16:35:00 +0200
committerhaawda2021-05-29 16:35:00 +0200
commit9c51e667f15e398d2e5bfb1737d5be45577c9515 (patch)
treefa1b846466877f0948d7e203311c5b4c58ba07e9
parent6708d90e5a8466862380efa365681827ae455709 (diff)
downloadaur-9c51e667f15e398d2e5bfb1737d5be45577c9515.tar.gz
bump epoch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08e4b4ee5fd3..e35c28609577 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ccl-git
pkgdesc = The Clozure Common Lisp implementation
- pkgver = 1.12.32.g8778079b
+ pkgver = 1.12.1
pkgrel = 1
- epoch = 1
+ epoch = 2
url = http://ccl.clozure.com/
arch = x86_64
license = APACHE
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() {