diff --git a/unetbootin/PKGBUILD b/unetbootin/PKGBUILD index b4e1fab4d..02e944546 100644 --- a/unetbootin/PKGBUILD +++ b/unetbootin/PKGBUILD @@ -1,18 +1,18 @@ -# Maintainer: Adrián Chaves Fernández (Gallaecio) +# Maintainer: Manuel 'UtG' pkgname=unetbootin -pkgver=585 +pkgver=608 pkgrel=1 pkgdesc="Allows the creation of bootable Live USB drives." url="http://unetbootin.sourceforge.net/" license=('GPL3') arch=('x86_64') depends=('kde-runtime' 'libpng' 'mtools' 'p7zip' 'qt' 'syslinux') -categories=('system') +groups=('system') screenshot=('http://sourceforge.net/dbimage.php?id=300347') # kdebase-runtime is added as dependency so kdesu is used to ask for password. source=("http://downloads.sourceforge.net/$pkgname/$pkgname-source-$pkgver.tar.gz") -md5sums=('483cc1c32d93141fe8f6e40dc8798881') +md5sums=('8c0f9f565a3dc0b093a0a9afd58fa9a7') build() { lupdate $pkgname.pro diff --git a/unetbootin/unetbootin.install b/unetbootin/unetbootin.install new file mode 100644 index 000000000..4ffbfefdf --- /dev/null +++ b/unetbootin/unetbootin.install @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}