Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
aerc
Commits:
4b87a859 by Christian Heusel at 2023-09-03T19:05:41+02:00
upgpkg: 0.15.2-2: FS#78438: replace the /usr/libexec with /usr/lib
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=aerc
pkgver=0.15.2
-pkgrel=1
+pkgrel=2
pkgdesc='Email Client for your Terminal'
arch=('x86_64')
url='https://git.sr.ht/~rjarry/aerc'
@@ -26,6 +26,7 @@ build() {
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"
export GOFLAGS="-buildmode=pie -trimpath -modcacherw -tags=notmuch"
+ sed -i "s/libexec/lib/" Makefile
make PREFIX=/usr
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aerc/-/commit/4b87a85951b177ed1512f560a2fbe7440f481a72
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aerc/-/commit/4b87a85951b177ed1512f560a2fbe7440f481a72
You're receiving this email because of your account on gitlab.archlinux.org.