summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d650229a157..3d188d294e2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakub SzymaƄski <jakubmateusz@poczta.onet.pl>
pkgname=woeusb-ng
pkgver=0.2.5
-pkgrel=2
+pkgrel=3
pkgdesc="Simple tool that enable you to create your own usb stick with Windows installer."
arch=('any')
url="github.com/WoeUSB/WoeUSB-ng"
@@ -39,7 +39,7 @@ build() {
cd WoeUSB-ng
git checkout v$pkgver
- git apply ../AUR.patch || echo "Failed to apply patch"
+ git apply ../../AUR.patch || echo "Failed to apply patch"
python setup.py build
}