summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorR1yuu2022-06-23 13:46:22 +0200
committerR1yuu2022-06-23 13:47:48 +0200
commit371132978c38399e6aef2e7a6a5703b06c9c8643 (patch)
tree0448713d181f501ed91e234d12b8edf8da765c5f
parenta3acbfeb7b9edcfd185471006bd5a0dbf9ce4f3a (diff)
downloadaur-371132978c38399e6aef2e7a6a5703b06c9c8643.tar.gz
Adds different sources for different architextures
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 785cc6a08040..62ea60795346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=tapps2
pkgver=1.19.1
_pkgname=tapps2-$pkgver-$CARCH-rpm
-pkgrel=1
+pkgrel=2
pkgdesc="A vector-based drawing program which was developed for planning and programming of
the UVR1611 and UVR16x2 controllers, the RSM610 control module, CAN-I/O45 and CAN-EZ2."
arch=("x86_64" "i386")
@@ -12,8 +12,10 @@ license=('Unknown')
makedepends=(rpm-tools cpio)
options=('!strip')
install="tapps2.install"
-source=("$_pkgname.zip::$url/fileadmin/Downloads/Software/TAPPS2/Linux/64bit/$_pkgname.zip")
-sha256sums=('SKIP')
+source_x86_64=("$_pkgname.zip::$url/fileadmin/Downloads/Software/TAPPS2/Linux/64bit/$_pkgname.zip")
+sha256sums_x86_64=('SKIP')
+source_i386=("$_pkgname.zip::$url/fileadmin/Downloads/Software/TAPPS2/Linux/32bit/$_pkgname.zip")
+sha256sums_i386=('SKIP')
package() {
rpm2cpio tapps2-$pkgver-$CARCH.rpm | cpio -idmv -D $pkgdir/