Skip to content

Commit e71c96b

Browse files
committed
updpatch: nzbget 24.7-1
1 parent 7393a8e commit e71c96b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nzbget/riscv64.patch

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
--- PKGBUILD
22
+++ PKGBUILD
3-
@@ -63,3 +63,5 @@ package() {
3+
@@ -63,3 +63,9 @@ package() {
44
DESTDIR="$pkgdir" cmake --install build
55
install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" ./*.md
66
}
77
+
88
+options=(!lto)
9+
+checkdepends=+(
10+
+ 'unrar'
11+
+ '7zip'
12+
+)

0 commit comments

Comments
 (0)