[arch-commits] Commit in nextcloud-app-notify_push/trunk (PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Fri Apr 29 18:13:39 UTC 2022
Date: Friday, April 29, 2022 @ 18:13:39
Author: alerque
Revision: 1191826
upgpkg: nextcloud-app-notify_push 0.4.0-2; fix arch path in service; enable LTO
Modified:
nextcloud-app-notify_push/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-29 17:56:47 UTC (rev 1191825)
+++ PKGBUILD 2022-04-29 18:13:39 UTC (rev 1191826)
@@ -3,7 +3,7 @@
pkgname=nextcloud-app-notify_push
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Update notifications for nextcloud clients'
arch=(x86_64)
url="https://github.com/nextcloud/${pkgname##*-}"
@@ -12,13 +12,13 @@
makedepends=(cargo
rsync)
optdepends=('redis: use a local redis instance')
-options=(debug !lto)
+options=(debug)
install="$pkgname.install"
_archive="${pkgname##*-}-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz"
"$pkgname.service")
sha256sums=('c53ccb6df9fd7319d9ec3a3c21b5a602666b88bd6e05e769dd9fc290eefa2df0'
- '82d985fc60a140e8f2a42e3f914c627d0d4c010d930e1580a10e1980e32172c1')
+ 'b22b470f9e02d2bbe0c266431948daaadd7e7f007c27a989bdfcb063ee58fac6')
prepare() {
cd "$_archive"
@@ -28,6 +28,7 @@
build() {
cd "$_archive"
+ export CFLAGS+=" -ffat-lto-objects"
cargo build --frozen --release --all-features
}
More information about the arch-commits
mailing list