summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2021-01-12 23:41:19 +0300
committerAlexey Peschany2021-01-12 23:41:19 +0300
commitbb9badc6b6567d5788685fd1f7ca5114d4347850 (patch)
tree795f87eb7e97d001d524a6f314d072767d0a891c
parent3b067d9abe4220146cc52afb27ec087b13306a54 (diff)
downloadaur-bb9badc6b6567d5788685fd1f7ca5114d4347850.tar.gz
Add autoconf dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e2f87a998ae..3602d46a8390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = woeusb
pkgdesc = A Linux program to create Windows USB stick installer from a Windows DVD or an image
pkgver = 3.3.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/slacka/WoeUSB
arch = x86_64
license = GPL3
+ depends = autoconf
depends = dosfstools
depends = grub
depends = ntfs-3g
diff --git a/PKGBUILD b/PKGBUILD
index 5d633897c171..e7d8aff229df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Maintainer: Alexey Peschany <nelex111@gmail.com>
+# Contributor: Frederik Schwan <freswa at archlinux dot org>
# Contributor: Giovanni Harting <539@idlegandalf.com>
# Contributor: aimileus <me at aimileus dot nl>
# Contributor: Salvador PardiƱas <darkfm@vera.com.uy>
pkgname=woeusb
pkgver=3.3.1
-pkgrel=3
+pkgrel=4
pkgdesc='A Linux program to create Windows USB stick installer from a Windows DVD or an image'
arch=('x86_64')
url='https://github.com/slacka/WoeUSB'
license=('GPL3')
-depends=('dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wxgtk2')
+depends=('autoconf' 'dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wxgtk2')
source=("https://github.com/slacka/WoeUSB/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
b2sums=('1423ecca39018c674b0eea36de732f54cfcdd14b8cc465e6d3c0639192cbd8355436b7a39ba453b19fa6f1c5b1f6938ef12f49710bc2a4af0f2eaed967e03ce7')