unetbootin update to 608

This commit is contained in:
Manuel UtG 2014-06-04 23:20:25 +00:00
parent 6779b07588
commit 80162d492f
2 changed files with 15 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
# Maintainer: Manuel 'UtG' <utg[dot]chakra.linux[at]gmail[dot]com>
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

View File

@ -0,0 +1,11 @@
post_install() {
xdg-icon-resource forceupdate
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}