Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
cepl
Commits:
7312008a by Jelle van der Waa at 2026-03-06T10:09:20+01:00
upgpkg: 30.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cepl
pkgdesc = An interactive C (ISO/IEC 9899:2011) read–eval–print loop
(REPL)
- pkgver = 29.0.0
+ pkgver = 30.0.0
pkgrel = 1
url = https://github.com/alyptik/cepl
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = cepl
depends = readline
depends = libelf
options = zipman
- source = git+https://github.com/alyptik/cepl.git#tag=v29.0.0
- sha256sums =
179ae62e629a4d5cc7df2d330f55f123176f04721044fe3b049f4d0b5629ad32
+ source = git+https://github.com/alyptik/cepl.git#tag=v30.0.0
+ sha256sums =
84e934cc2d35bb754081ae4901a82d230c143246725b17d45d5a53c23955f546
pkgname = cepl
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Joey Pabalinas <[email protected]>
pkgname=cepl
-pkgver=29.0.0
+pkgver=30.0.0
pkgrel=1
pkgdesc='An interactive C (ISO/IEC 9899:2011) read–eval–print loop (REPL)'
url='https://github.com/alyptik/cepl'
@@ -11,7 +11,7 @@ license=('MIT')
depends=('gcc' 'readline' 'libelf')
makedepends=('git')
source=("git+https://github.com/alyptik/cepl.git#tag=v${pkgver}")
-sha256sums=('179ae62e629a4d5cc7df2d330f55f123176f04721044fe3b049f4d0b5629ad32')
+sha256sums=('84e934cc2d35bb754081ae4901a82d230c143246725b17d45d5a53c23955f546')
options=('zipman')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cepl/-/commit/7312008aa3f8a42fc8af442234e8e9641cd06d5b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cepl/-/commit/7312008aa3f8a42fc8af442234e8e9641cd06d5b
You're receiving this email because of your account on gitlab.archlinux.org.