Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
emacs-apel
Commits:
a945d4c3 by Sergej Pupykin at 2024-09-12T23:45:16+03:00
upgpkg: 10.8.20201107-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = emacs-apel
pkgdesc = A library for making portable Emacs Lisp programs.
pkgver = 10.8.20201107
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wanderlust/apel
arch = any
license = GPL
makedepends = git
depends = emacs
source =
apel-10.8.20201107::git+https://github.com/wanderlust/apel#commit=4e3269b6e702db2dba48cf560563ac883e81e3bf
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = emacs-apel
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=emacs-apel
pkgver=10.8.20201107
_commit=4e3269b6e702db2dba48cf560563ac883e81e3bf
-pkgrel=1
+pkgrel=2
pkgdesc="A library for making portable Emacs Lisp programs."
arch=(any)
url="https://github.com/wanderlust/apel"
@@ -12,7 +12,7 @@ license=('GPL')
depends=('emacs')
makedepends=('git')
source=("apel-$pkgver::git+https://github.com/wanderlust/apel#commit=${_commit}")
-md5sums=('SKIP')
+sha256sums=('SKIP')
build() {
cd "$srcdir"/apel-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emacs-apel/-/commit/a945d4c3d1cc52c9f1c0a2f8b26efacae431a316
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/emacs-apel/-/commit/a945d4c3d1cc52c9f1c0a2f8b26efacae431a316
You're receiving this email because of your account on gitlab.archlinux.org.