summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2021-01-20 16:07:48 +0300
committerAlexey Peschany2021-01-20 16:07:48 +0300
commite4fcd1e566900463d7fd39bcf373cfbc63264c43 (patch)
tree6bc8ee0df9e2b9176dee062a1314baa59a4813b0
parente70972ea7d8faea953fb474395aa373075af13a3 (diff)
downloadaur-e4fcd1e566900463d7fd39bcf373cfbc63264c43.tar.gz
Revert adding members of base-devel group as dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d06052caa8c5..4301dd4fca70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = woeusb
pkgdesc = A Linux program to create Windows USB stick installer from a Windows DVD or an image
pkgver = 3.3.1
- pkgrel = 5
+ pkgrel = 6
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 c6c75cc9f8e4..d17384595dd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=woeusb
pkgver=3.3.1
-pkgrel=5
+pkgrel=6
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' 'automake' 'dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wxgtk2')
+depends=('dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wxgtk2')
source=("https://github.com/slacka/WoeUSB/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
b2sums=('1423ecca39018c674b0eea36de732f54cfcdd14b8cc465e6d3c0639192cbd8355436b7a39ba453b19fa6f1c5b1f6938ef12f49710bc2a4af0f2eaed967e03ce7')