Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / semi
Commits:
7f409fe0 by Sergej Pupykin at 2026-03-05T03:53:37+03:00
upgpkg: 1.14.6-11
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = semi
pkgdesc = A library to provide MIME feature for GNU Emacs.
pkgver = 1.14.6
- pkgrel = 10
+ pkgrel = 11
url = https://github.com/wanderlust/semi
arch = any
license = GPL
@@ -9,7 +9,7 @@ pkgbase = semi
depends = emacs
depends = emacs-apel>=10.7
depends = flim>=1.6.0
- source =
git+https://github.com/wanderlust/semi#commit=509f6f0bc2f5d020c63e47d9ad89410dc20bcb6f
+ source =
git+https://github.com/wanderlust/semi#commit=5edbb0d925845a5c59abc03003569178a13d862f
sha256sums = SKIP
pkgname = semi
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=semi
pkgver=1.14.6
-_commit=509f6f0bc2f5d020c63e47d9ad89410dc20bcb6f
-pkgrel=10
+_commit=5edbb0d925845a5c59abc03003569178a13d862f
+pkgrel=11
pkgdesc="A library to provide MIME feature for GNU Emacs."
arch=(any)
url="https://github.com/wanderlust/semi"
@@ -16,6 +16,7 @@ sha256sums=('SKIP')
build() {
cd "$srcdir"/semi
+ mkdir -p ${HOME}/.emacs.d/elpa
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/semi/-/commit/7f409fe0a8023561326567d153ce67e897b86c9b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/semi/-/commit/7f409fe0a8023561326567d153ce67e897b86c9b
You're receiving this email because of your account on gitlab.archlinux.org.