summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Feuls2016-03-08 10:24:12 +0100
committerCarsten Feuls2016-03-08 10:24:12 +0100
commit0641c809d6c5bebfabce5991a2f06fce21a47590 (patch)
tree957eeb12a83f1e6b270175b2def63992731a6346 /PKGBUILD
parentdf10eac1e62bcb6add43ed32de97bb1b5b2b6fa2 (diff)
downloadaur-winusb.tar.gz
added missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ab7593b1805..1c83821bc46d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=winusb
pkgver=1.0.11
-pkgrel=3
+pkgrel=4
pkgdesc='Simple tool to create a usb stick installer for Windows (Vista and above)'
arch=('i686' 'x86_64')
url="http://en.congelli.eu/prog_info_winusb.html"
license=('GPL3')
-depends=('wxgtk' 'grub' 'ntfs-3g' 'gksu' 'parted')
+depends=('wxgtk' 'grub' 'ntfs-3g' 'gksu' 'parted' 'webkitgtk2')
makedepends=('diffutils')
source=("ftp://ftp.ru.debian.org/gentoo-distfiles/distfiles/${pkgname}-${pkgver}.tar.gz"
'findFile.patch')