summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSemyon Maryasin2020-04-28 15:52:02 +0300
committerSemyon Maryasin2020-04-28 15:52:02 +0300
commitf911d84b3073396606fba972dedf692100fece59 (patch)
tree99cc34448efe42f404d53af083d40e6feca0517f /PKGBUILD
parent9818ccc27d749e8123e445253061db313edd89d4 (diff)
downloadaur-f911d84b3073396606fba972dedf692100fece59.tar.gz
Fix typo with pdf doc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00e2681aba03..56cedebecc3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=speedify
_pkgver=9.8.0-8512
pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
pkgdesc="Use multiple internet connections in parallel"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://speedify.com/"
@@ -38,6 +38,6 @@ package() {
mkdir -p "${pkgdir}/etc/speedify"
install -Dm644 usr/share/speedify/default.conf "${pkgdir}/etc/speedify/speedify.conf"
mkdir -p "${pkgdir}/usr/bin"
- ln -fs /usr/share/speedify/speedify_cli "${pkgdir}/usr/bin/speedify_cli"
- ln -fs /usr/share/speedify/SpeedifyCLI.pdf "${pkgdir}/usr/bin/speedify_cli"
+ ln -fs /usr/share/speedify/speedify_cli "${pkgdir}/usr/bin/"
+ ln -fs /usr/share/speedify/SpeedifyCLI.pdf "${pkgdir}/usr/share/doc/speedify/"
}