summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2021-01-17 17:26:05 +0300
committerAlexey Peschany2021-01-17 17:26:05 +0300
commite70972ea7d8faea953fb474395aa373075af13a3 (patch)
tree640d5696ce7837a3980d1b3db9259f5f5de12935
parentbb9badc6b6567d5788685fd1f7ca5114d4347850 (diff)
downloadaur-e70972ea7d8faea953fb474395aa373075af13a3.tar.gz
Add automake dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3602d46a8390..d06052caa8c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = woeusb
pkgdesc = A Linux program to create Windows USB stick installer from a Windows DVD or an image
pkgver = 3.3.1
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/slacka/WoeUSB
arch = x86_64
license = GPL3
depends = autoconf
+ depends = automake
depends = dosfstools
depends = grub
depends = ntfs-3g
diff --git a/PKGBUILD b/PKGBUILD
index e7d8aff229df..c6c75cc9f8e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=woeusb
pkgver=3.3.1
-pkgrel=4
+pkgrel=5
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=('autoconf' 'dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wxgtk2')
+depends=('autoconf' 'automake' 'dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wxgtk2')
source=("https://github.com/slacka/WoeUSB/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
b2sums=('1423ecca39018c674b0eea36de732f54cfcdd14b8cc465e6d3c0639192cbd8355436b7a39ba453b19fa6f1c5b1f6938ef12f49710bc2a4af0f2eaed967e03ce7')