Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / ecb


Commits:
43d5987c by Sergej Pupykin at 2026-05-17T02:12:31+03:00
upgpkg: 2.52-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = ecb
        pkgdesc = Emacs Code Browser
-       pkgver = 2.40.1pre
-       pkgrel = 12
+       pkgver = 2.52
+       pkgrel = 1
        url = https://github.com/ecb-home/ecb
        install = ecb.install
        arch = any
        license = GPL
        makedepends = git
        depends = emacs
-       source = 
git+https://github.com/ecb-home/ecb.git#commit=1330a44cf3c171781083b0b926ab7622f64e6e81
-       sha256sums = SKIP
+       source = git+https://github.com/ecb-home/ecb.git#tag=v2.52
+       sha256sums = 
3fa23d1d8ce76026459eeb63d435cedfaebadadef20eca6f910066d5f4915f18
 
 pkgname = ecb


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
 # Maintainer: Sergej Pupykin <[email protected]>
 
 pkgname=ecb
-pkgver=2.40.1pre
-pkgrel=12
-_commit=1330a44cf3c171781083b0b926ab7622f64e6e81
+pkgver=2.52
+pkgrel=1
 pkgdesc="Emacs Code Browser"
 arch=('any')
 url="https://github.com/ecb-home/ecb";
@@ -11,8 +10,8 @@ depends=('emacs')
 makedepends=('git')
 license=('GPL')
 install=ecb.install
-source=("git+https://github.com/ecb-home/ecb.git#commit=${_commit}";)
-sha256sums=('SKIP')
+source=("git+https://github.com/ecb-home/ecb.git#tag=v${pkgver}";)
+sha256sums=('3fa23d1d8ce76026459eeb63d435cedfaebadadef20eca6f910066d5f4915f18')
 
 build() {
   cd "$srcdir"/$pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ecb/-/commit/43d5987c0c980345bdc3a957a198c802213039c3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ecb/-/commit/43d5987c0c980345bdc3a957a198c802213039c3
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to