summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4829225ac7ad..59634b1e0dfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,12 +14,10 @@ source=(
'klayout::git+https://github.com/klayoutmatthias/klayout#branch=master'
klayoutEditor.desktop
klayoutViewer.desktop
- missingOp.patch
)
md5sums=(SKIP
'e790f7fca3c1138e21068d7927fb8ff4'
- 'e6b98e9146c476a5cb76162999964aa8'
- '553b08ddcf6c2338115a8c85ff1c948c')
+ 'e6b98e9146c476a5cb76162999964aa8')
pkgver() {
cd "$_pkgname"
@@ -38,11 +36,6 @@ build() {
-j${threads}
-qt5"
- # apply patch
- cd ./src/db/db
- cat ../../../../../missingOp.patch | patch
- cd ../../../
-
./build.sh $build_opt
}