Date: Tuesday, December 5, 2017 @ 08:22:43 Author: arojas Revision: 272215
Update to 657, add zenity dependency (FS#56583) Modified: unetbootin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-05 08:04:01 UTC (rev 272214) +++ PKGBUILD 2017-12-05 08:22:43 UTC (rev 272215) @@ -5,13 +5,13 @@ # Contributor: Michai Coman <[email protected]> pkgname=unetbootin -pkgver=655 +pkgver=657 pkgrel=1 arch=('x86_64') license=('GPL') pkgdesc='Create bootable Live USB drives' url='https://unetbootin.github.io' -depends=('syslinux' 'p7zip' 'qt4' 'mtools') +depends=('syslinux' 'p7zip' 'qt4' 'mtools' 'zenity') makedepends=('setconf') optdepends=('polkit: run unetbootin directly from menu' 'zenity: display an error if no authentication agent is found') @@ -18,7 +18,7 @@ source=($pkgname-$pkgver.tar.gz::"https://github.com/unetbootin/unetbootin/archive/$pkgver.tar.gz" 'org.archlinux.pkexec.unetbootin.policy' 'unetbootin.sh') -sha256sums=('4b8b565933111c5ecea84b443b40e861f828ef10e5f6bb2342ea69b77703d705' +sha256sums=('e091904e455aebc7b3d22d6cb3363c51796b6b9bec59389c9d4ecad54c7febee' 'fa9bb53d90cb10a0ab8dd317ed6a3506b228b0e26ed2ed8b108b5990f641641a' '6399c6a44b270a4ec67a36e3914c7c2f47a9008efb0133a33f92d9ad4284cc57')
