[arch-commits] Commit in libisoburn/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sat Apr 3 09:59:48 UTC 2021


    Date: Saturday, April 3, 2021 @ 09:59:47
  Author: andyrtr
Revision: 411464

upgpkg: libisoburn 1.5.4-2: add optdepend on sudo - FS#70278

Modified:
  libisoburn/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-03 09:09:46 UTC (rev 411463)
+++ PKGBUILD	2021-04-03 09:59:47 UTC (rev 411464)
@@ -3,13 +3,14 @@
 
 pkgname=libisoburn
 pkgver=1.5.4 #.pl01
-pkgrel=1
+pkgrel=2
 pkgdesc="frontend for libraries libburn and libisofs"
 url="https://dev.lovelyhq.com/libburnia"
 arch=('x86_64')
 license=('GPL2')
 depends=('libburn' 'libisofs' 'readline')
-optdepends=('tk:      for xorriso-tcltk frontend')
+optdepends=('tk:      for xorriso-tcltk frontend'
+            'sudo:    for use with xorriso-dd-target')
             #'bwidget: for xorriso-tcltk frontend') # AUR
 provides=('xorriso' 'xorriso-tcltk')
 source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})



More information about the arch-commits mailing list