summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ceb300abc91..6d2ea943c953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Oct 3 02:29:03 UTC 2018
+# Sat Oct 27 16:28:16 UTC 2018
pkgbase = oda-file-converter
pkgdesc = Converts files between the .dwg and .dxf file formats
pkgver = 19.8.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.opendesign.com/guestfiles/oda_file_converter
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index d2f9e3afa7ad..f427d7913e88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=oda-file-converter
pkgver=19.8.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Converts files between the .dwg and .dxf file formats"
arch=('x86_64')
url="https://www.opendesign.com/guestfiles/oda_file_converter"
@@ -39,5 +39,5 @@ package() {
done
# Freecad auto-detects Teigha by the "TeighaFileConverter" name
- ln -s "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/TeighaFileConverter"
+ ln -s "/usr/bin/$pkgname" "$pkgdir/usr/bin/TeighaFileConverter"
}