Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / msedit
Commits:
2c42eff0 by Bert Peters at 2026-02-16T16:55:41+01:00
upgpkg: 1.2.1-2: gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,15 +1,15 @@
pkgbase = msedit
pkgdesc = A simple editor for simple needs (Microsoft Edit)
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/microsoft/edit
arch = x86_64
license = MIT
makedepends = rustup
makedepends = git
- depends = gcc-libs
depends = glibc
depends = hicolor-icon-theme
+ depends = libgcc
optdepends = icu: for search and replace
provides = ms-edit
replaces = ms-edit
=====================================
PKGBUILD
=====================================
@@ -1,15 +1,15 @@
# Maintainer: Bert Peters <[email protected]>
pkgname=msedit
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple editor for simple needs (Microsoft Edit)"
arch=(x86_64)
url="https://github.com/microsoft/edit"
license=('MIT')
depends=(
- gcc-libs
glibc
hicolor-icon-theme
+ libgcc
)
optdepends=(
'icu: for search and replace'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msedit/-/commit/2c42eff08d1ef236dbc9b3bfd7a7dbf798229f6f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/msedit/-/commit/2c42eff08d1ef236dbc9b3bfd7a7dbf798229f6f
You're receiving this email because of your account on gitlab.archlinux.org.