summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-09-30 20:51:35 +0700
committerAchmad Fathoni2021-09-30 20:51:35 +0700
commitac7e7b240c4293f18bfa6dfa9d8d27cef84770ce (patch)
tree099d597020c3b07407ee264b4c9052e93049a51a
parent5a6b9b3042c5269a1eacffc468f9f71b715ce4f6 (diff)
downloadaur-ac7e7b240c4293f18bfa6dfa9d8d27cef84770ce.tar.gz
Remove patch from prepare
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df4e54861333..c13a7aeddf4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,10 +54,6 @@ pkgver() {
prepare(){
mv -n imgui-$imgui_hash/* "$pkgname/thirdparty/imgui"
mv -n portable-file-dialogs-$portable_hash/* "$pkgname/thirdparty/portable-file-dialogs"
- cd $pkgname
- patch --forward --strip=1 --input="${srcdir}/50.patch"
- patch --forward --strip=1 --input="${srcdir}/51.patch"
- patch --forward --strip=1 --input="${srcdir}/52.patch"
}
build() {