summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWheelchairArtist2022-02-26 10:19:59 +0100
committerWheelchairArtist2022-02-26 10:19:59 +0100
commit8ca8ff5b937b796b8193e452280696867f5fb720 (patch)
tree0bec9b0ea71ecaca70a09e0f42727dafd1df6a3e /PKGBUILD
parent549231de6a4bdd741b9186ea81c1d209de6bf983 (diff)
downloadaur-8ca8ff5b937b796b8193e452280696867f5fb720.tar.gz
remove unnecessary winebuild call
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9192ae6e17d9..d596c97dddb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=wineasio
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="ASIO driver implementation for Wine"
url="https://github.com/wineasio/wineasio"
@@ -28,16 +28,8 @@ sha256sums=(
build() {
cd "$pkgname-$pkgver"
-
make 32
- cd build32
- winebuild -m32 --dll --fake-module -E ../wineasio.dll.spec asio.c.o main.c.o regsvr.c.o > $pkgname.dll
- cd ..
-
make 64
- cd build64
- winebuild -m64 --dll --fake-module -E ../wineasio.dll.spec asio.c.o main.c.o regsvr.c.o > $pkgname.dll
- cd ..
}
package() {