summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Szymański2020-07-24 23:21:17 +0200
committerJakub Szymański2020-07-24 23:21:17 +0200
commit8b1d71042760c138611b15fb36394768617d1289 (patch)
tree0ed8fbfa65633273abb9cf3d24e3570971d76feb /PKGBUILD
parent7aafd5800179eb0ef5e4e3a31b71d8fb581de373 (diff)
downloadaur-8b1d71042760c138611b15fb36394768617d1289.tar.gz
Fix bug in PKGBUILD
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
}