summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b600645ed4a..367ae86d0ba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Robert Zhou <meep (dot) aur (at) meepzh (dot) com>
pkgname=adsklicensing
-pkgver=12.0.0.6537
+pkgver=12.1.0.7121
pkgrel=1
pkgdesc='Autodesk License Checking Software'
arch=('x86_64')
@@ -13,8 +13,8 @@ depends=('adlmapps>=25')
DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please download the package manually from the official website')
source=("manual://adsklicensing${pkgver}-0-0.x86_64.rpm"
'adsklicensing.install')
-sha256sums=('3da597e0670a47bd2b3261011feb82ba2d218980c86ecc665f3a4968a943fad8'
- '0d478b18470f95d16a631a5a702b09e016feb435f0fef6668ce2e3a6520cde2c')
+sha256sums=('9056c8ca2d006bb19963dcdc5cbb649441611aa78b57ed1a5a4b86aa921f2100'
+ 'ab9da8ffde6480cd29a7235b3fe874b08b045ccab0e060e0af55499eb739f225')
options=(!strip)
install='adsklicensing.install'
@@ -32,6 +32,10 @@ prepare() {
mkdir -p usr/lib/systemd/system
mv opt/Autodesk/AdskLicensing/${pkgver}/AdskLicensingService/adsklicensing.el7.service \
usr/lib/systemd/system/adsklicensing.service
+
+ # Move font files
+ mkdir -p usr/local/share/fonts
+ mv opt/Autodesk/AdskLicensing/${pkgver}/AdskLicensingService/res/fonts usr/local/share/fonts/ArtifaktElement
}
package() {