summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey Peschany2021-03-03 10:42:08 +0300
committerAlexey Peschany2021-03-03 10:42:08 +0300
commit2149e72977f09a320c4ca3f63a273ee1e086e814 (patch)
tree1e401dd4a124f25b30c1256053884f49e503254a
parent5a51c130066c13aa69796658d87692c795c2f438 (diff)
downloadaur-2149e72977f09a320c4ca3f63a273ee1e086e814.tar.gz
Update to v5.0.8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c1f03065cea..5fe2ce09dd3a 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.4
+ pkgver = 5.0.8
pkgrel = 1
url = https://github.com/WoeUSB/WoeUSB
arch = any
@@ -10,8 +10,9 @@ pkgbase = woeusb
depends = ntfs-3g
depends = parted
depends = wget
- source = https://github.com/WoeUSB/WoeUSB/releases/download/v5.0.4/woeusb-5.0.4.bash
- md5sums = 58f687c3c5e1922daf9c69517b7eac23
+ provides = woeusb
+ source = https://github.com/WoeUSB/WoeUSB/releases/download/v5.0.8/woeusb-5.0.8.bash
+ md5sums = 2e38e466ddfe526e1cc3eb777b969b76
pkgname = woeusb
diff --git a/PKGBUILD b/PKGBUILD
index 299b10de7179..2129565b4a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,16 @@
# Contributor: Salvador PardiƱas <darkfm@vera.com.uy>
pkgname=woeusb
-pkgver=5.0.4
+pkgver=5.0.8
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')
+provides=('woeusb')
source=("https://github.com/WoeUSB/WoeUSB/releases/download/v${pkgver}/woeusb-${pkgver}.bash")
-md5sums=(58f687c3c5e1922daf9c69517b7eac23)
+md5sums=(2e38e466ddfe526e1cc3eb777b969b76)
prepare() {
chmod +x woeusb-$pkgver.bash