summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJustin R. St-Amant2016-08-07 09:49:18 -0500
committerJustin R. St-Amant2016-08-07 09:49:18 -0500
commit92e2dcd1cb3ec58e647db17c2941c8a6dcaf3ee5 (patch)
tree4f86adf4c44a28d6a8b8c56d833d048b0a7999e9 /PKGBUILD
parente07f3f7b50697909fc51816acc1af0ef510305f4 (diff)
downloadaur-92e2dcd1cb3ec58e647db17c2941c8a6dcaf3ee5.tar.gz
Updated package checksums. Upstream released SP2.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94374885e96f..c8f78f2a0843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Loui Chang <louipc dot ist at gmail company> (SPAMMERS!)
pkgname=draftsight
-pkgver=2016SP1
-pkgrel=3
+pkgver=2016SP2
+pkgrel=1
pkgdesc="Freeware CAD software for your DWG/DXF files."
arch=('x86_64')
url="http://www.3ds.com/products/draftsight/"
@@ -32,7 +32,7 @@ depends=('desktop-file-utils'
install='draftsight.install'
source=("http://www.draftsight.com/download-linux-fedora"
"draftsight.desktop")
-md5sums=('1bc8b2d4c69314f0d612a6c8e09d5acb'
+md5sums=('6197ffca0511482786b1a493df980267'
'19b26d423cae7ec0e1e6c6d78c94915d')
_pkgprefix='opt/dassault-systemes/DraftSight'
@@ -74,9 +74,6 @@ package()
install -Dm644 Resources/dassault-systemes_draftsight-dwt.xml $pkgdir/usr/share/mime/application/dassault-systemes_draftsight-dwt.xml
install -Dm644 $srcdir/draftsight.desktop $pkgdir/usr/share/applications/draftsight.desktop
- # The provided .desktop entry is poorly written and does not disable vblank
- # when called.
- #install -Dm644 $srcdir/$_pkgprefix/Resources/dassault-systemes_draftsight.desktop $pkgdir/usr/share/applications/dassault-systemes_draftsight.desktop
cp -pr $srcdir/$_pkgprefix/* $pkgdir/$_pkgprefix/
}