summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWheelchairArtist2022-02-26 10:19:59 +0100
committerWheelchairArtist2022-02-26 10:19:59 +0100
commit8ca8ff5b937b796b8193e452280696867f5fb720 (patch)
tree0bec9b0ea71ecaca70a09e0f42727dafd1df6a3e
parent549231de6a4bdd741b9186ea81c1d209de6bf983 (diff)
downloadaur-8ca8ff5b937b796b8193e452280696867f5fb720.tar.gz
remove unnecessary winebuild call
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 2 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e4353521794..14013917df19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wineasio
pkgdesc = ASIO driver implementation for Wine
pkgver = 1.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/wineasio/wineasio
install = wineasio.install
arch = x86_64
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() {