summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJean Lucas2019-03-06 15:24:57 -0500
committerJean Lucas2019-03-06 15:24:57 -0500
commit7fca040de9b82bbfd1f455cf5cef2ea77bbd683d (patch)
tree4ccb3bec405bcb5c96543e6c22fdd31ca3b643f4 /PKGBUILD
parentcf7395502649f410f63d72ad8449b23f9363873b (diff)
downloadaur-7fca040de9b82bbfd1f455cf5cef2ea77bbd683d.tar.gz
Readd platform identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca5514678fa4..28e8af946867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=popcorntime-git
pkgver=0.3.10+6429+1537575b
-pkgrel=1
+pkgrel=2
pkgdesc='BitTorrent client with integrated media player (git)'
arch=(i686 x86_64)
url=https://popcorntime.sh
@@ -32,6 +32,9 @@ build() {
yarn build
}
+[ "$CARCH" = i686 ] && _platform=linux32
+[ "$CARCH" = x86_64 ] && _platform=linux64
+
package() {
install -Dm 644 popcorntime.desktop "$pkgdir"/usr/share/applications/popcorntime.desktop
cd popcorn-desktop/build/Popcorn-Time/$_platform