Date: Thursday, September 8, 2022 @ 08:47:41
  Author: eworm
Revision: 1296325

upgpkg: atftp 0.8.0-3: enable debug support, build without LTO

Modified:
  atftp/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-08 08:39:19 UTC (rev 1296324)
+++ PKGBUILD    2022-09-08 08:47:41 UTC (rev 1296325)
@@ -3,7 +3,7 @@
 
 pkgname=atftp
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Client/server implementation of the TFTP protocol that implements 
RFCs 1350, 2090, 2347, 2348, and 2349'
 arch=('x86_64')
 url='https://sourceforge.net/projects/atftp/'
@@ -10,6 +10,7 @@
 license=('GPL')
 depends=('pcre2' 'readline')
 backup=('etc/conf.d/atftpd')
+options=('debug' '!lto')
 source=("https://downloads.sf.net/sourceforge/atftp/atftp-${pkgver}.tar.gz";
         'atftpd.service'
         'atftpd.conf'

Reply via email to