summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2024-02-29 09:17:32 +1100
committerJay Ta'ala2024-02-29 09:17:32 +1100
commit071e4790a1424ad1983d9964f189366f49a5f5c9 (patch)
tree624dd8604f7a7ed7cd7ea498fe3bc8177534b33b
parentf98bced7bd7ab9399152a513befcbe3cf21b1a16 (diff)
downloadaur-071e4790a1424ad1983d9964f189366f49a5f5c9.tar.gz
FIXES to address segmenation fault issue.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b496175b9fc0..bcf965dba274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = genymotion
pkgdesc = Complete set of tools that provides a virtual environment for Android.
pkgver = 3.6.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.genymotion.com/
install = genymotion.install
arch = x86_64
license = custom
makedepends = wget
optdepends = virtualbox
+ options = !strip
source = genymotion.desktop
source = https://dl.genymotion.com/releases/genymotion-3.6.0/genymotion-3.6.0-linux_x64.bin
sha512sums = 42f629d6413e4e481ef68d019ec3071515b45d01fdb004a545c8b977a9bf2439581ca8a67ad7dead9a12a0d24e8e46ba02c5dc47abd76597451b09847cf5d78b
diff --git a/PKGBUILD b/PKGBUILD
index 6767bbe00f77..a526cdcd6a19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=genymotion
pkgver=3.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Complete set of tools that provides a virtual environment for Android."
arch=('x86_64')
url="http://www.genymotion.com/"
@@ -15,6 +15,7 @@ optdepends=(virtualbox)
makedepends=(wget)
install=$pkgname.install
license=('custom')
+options=(!strip)
_ARCH="x64"
DLAGENTS=("https::/usr/bin/wget -U "Mozilla" %u")
source=("genymotion.desktop"