summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmiel Wiedijk2018-08-14 21:14:58 +0200
committerEmiel Wiedijk2018-08-14 21:14:58 +0200
commitc3eeb3dcd8d61cf1466a03d01d8ba6742c249714 (patch)
tree3275d78d3b152fda3fae17097957aca5a0651833
parent9dbf6e3bd599ae890c94ee3d09b51c48de91a38d (diff)
downloadaur-c3eeb3dcd8d61cf1466a03d01d8ba6742c249714.tar.gz
woeusb 3.2.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f96a323f4c4..2c0fa6d9d6da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = woeusb
pkgdesc = A Linux program to create Windows USB stick installer from a real Windows DVD or an image
- pkgver = 3.2.1
- pkgrel = 2
+ pkgver = 3.2.2
+ pkgrel = 1
url = https://github.com/slacka/WoeUSB
arch = x86_64
license = GPL3
@@ -15,8 +15,8 @@ pkgbase = woeusb
optdepends = gksu
provides = woeusb-git
conflicts = woeusb-git
- source = woeusb-3.2.1::https://github.com/slacka/WoeUSB/archive/v3.2.1.tar.gz
- sha256sums = 4016e79892524a29d855fecb7027a680844ae71aff95baf766dce64771c2b930
+ source = woeusb-3.2.2::https://github.com/slacka/WoeUSB/archive/v3.2.2.tar.gz
+ sha256sums = 472746470e7874c81a72d5189f3d1fa9004ba1ea1d3c9715e78b64cbf8fc0948
pkgname = woeusb
diff --git a/PKGBUILD b/PKGBUILD
index 6f09033a5a9f..0de268c460ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: aimileus <me at aimileus dot nl>
# Contributor: Salvador PardiƱas <darkfm@vera.com.uy>
pkgname=woeusb
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
pkgdesc="A Linux program to create Windows USB stick installer from a real Windows DVD or an image"
arch=('x86_64')
url="https://github.com/slacka/WoeUSB"
@@ -13,7 +13,7 @@ makedepends=('git')
conflicts=('woeusb-git')
provides=('woeusb-git')
source=("$pkgname-$pkgver::https://github.com/slacka/WoeUSB/archive/v$pkgver.tar.gz")
-sha256sums=('4016e79892524a29d855fecb7027a680844ae71aff95baf766dce64771c2b930')
+sha256sums=('472746470e7874c81a72d5189f3d1fa9004ba1ea1d3c9715e78b64cbf8fc0948')
prepare() {
cd "WoeUSB-$pkgver"