summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2021-03-22 00:12:19 +0300
committerAlexey Peschany2021-03-22 00:12:19 +0300
commit37a7b3401b5e159122d60965734667b8aea534d1 (patch)
tree711465db6d8815e8d6556bbb9c0e5b61b30a0aae
parent2149e72977f09a320c4ca3f63a273ee1e086e814 (diff)
downloadaur-37a7b3401b5e159122d60965734667b8aea534d1.tar.gz
Update woeusb to 5.1.0 and add wimlib dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5fe2ce09dd3a..713ee3babfd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = woeusb
pkgdesc = A Linux program to create Windows USB stick installer from a Windows DVD or an image
- pkgver = 5.0.8
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/WoeUSB/WoeUSB
arch = any
@@ -10,9 +10,10 @@ pkgbase = woeusb
depends = ntfs-3g
depends = parted
depends = wget
+ depends = wimlib
provides = woeusb
- source = https://github.com/WoeUSB/WoeUSB/releases/download/v5.0.8/woeusb-5.0.8.bash
- md5sums = 2e38e466ddfe526e1cc3eb777b969b76
+ source = https://github.com/WoeUSB/WoeUSB/releases/download/v5.1.0/woeusb-5.1.0.bash
+ md5sums = e87d885b326f18780da4f22900fc2461
pkgname = woeusb
diff --git a/PKGBUILD b/PKGBUILD
index 2129565b4a7d..9d7edffbe251 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
# Contributor: Salvador PardiƱas <darkfm@vera.com.uy>
pkgname=woeusb
-pkgver=5.0.8
+pkgver=5.1.0
pkgrel=1
pkgdesc='A Linux program to create Windows USB stick installer from a Windows DVD or an image'
arch=('any')
url='https://github.com/WoeUSB/WoeUSB'
license=('GPL3')
-depends=('dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget')
+depends=('dosfstools' 'grub' 'ntfs-3g' 'parted' 'wget' 'wimlib')
provides=('woeusb')
source=("https://github.com/WoeUSB/WoeUSB/releases/download/v${pkgver}/woeusb-${pkgver}.bash")
-md5sums=(2e38e466ddfe526e1cc3eb777b969b76)
+md5sums=(e87d885b326f18780da4f22900fc2461)
prepare() {
chmod +x woeusb-$pkgver.bash