summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoragilob2020-05-07 11:31:16 +0100
committeragilob2020-05-07 11:31:16 +0100
commit45ee3e4603b2996a9aec0e59b00c38bd64beba22 (patch)
tree33dfdb641e53c2ee48b1414d17e7aebd663381ef
parent7242dbfe2416405d979072655e0920e7b6509bc1 (diff)
downloadaur-45ee3e4603b2996a9aec0e59b00c38bd64beba22.tar.gz
Fix binary file names
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c99796a2ed3d..fdd9668224af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dart-dev
archive_name=dart
pkgver=2.9.0.5.0.dev
-pkgrel=1
+pkgrel=2
pkgdesc='The dart-dev programming language SDK'
arch=('x86_64')
url='https://www.dartlang.org/'
@@ -47,7 +47,7 @@ package() {
# Set up symbolic links for the executables
for f in dart dart2js dartanalyzer pub dartfmt dartdevc; do
- ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f-dev"
+ ln -s "/opt/$pkgname-sdk/bin/$f" "$pkgdir/usr/bin/$f"
done
# Package samples and documentation