Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
b8f947836d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      PKGBUILD

+ 2 - 0
PKGBUILD

@@ -13,6 +13,8 @@ depends=('wxgtk')
 license=('custom')
 prepare() {
 	cd "$srcdir/$pkgname";
+	git checkout -f;
+    git clean -f;
 	git apply ../$pkgname.patch
 }
 build() {