summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreyson Christoforo2020-06-02 15:04:00 +0100
committerGreyson Christoforo2020-06-02 15:04:00 +0100
commit4e5ce696b8673b7b06f1bc797220ae806219b236 (patch)
tree68c4728704fb86baedcc3cd9eb129d155ea69967
parent636312784d8e555cf1c6126f00a4dba6ff8b675e (diff)
downloadaur-4e5ce696b8673b7b06f1bc797220ae806219b236.tar.gz
added !strip option. should fix segfaults people have been seeing
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1ea8be5ae29..ce8194cf1c48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,11 @@
pkgname=draftsight
pkgver=2019SP3
-pkgrel=1
+pkgrel=2
pkgdesc="Freeware CAD software for DWG/DXF files."
arch=('x86_64')
url="http://www.3ds.com/products/$pkgname/"
+options=('!strip')
license=('custom')
depends=('alsa-lib'
'desktop-file-utils'
@@ -15,6 +16,7 @@ depends=('alsa-lib'
'gcc-libs'
'glib2'
'gtk2'
+ 'libfaketime'
'libcups'
'libgl'
'libice'
@@ -33,7 +35,7 @@ depends=('alsa-lib'
source=("$pkgname-$pkgver::http://dl-ak.solidworks.com/nonsecure/$pkgname/$pkgver/draftSight.rpm"
"$pkgname.desktop")
md5sums=('5be437640a14d87eeef57556dd614a36'
- '70904e450823c6978f242435d414e0fc')
+ '39b8863d209a2ff71df332fc1b457153')
_pkgprefix='opt/dassault-systemes/DraftSight'