summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Printzell2018-07-24 23:03:27 +0200
committerDan Printzell2018-07-24 23:03:27 +0200
commite03bf002a98a1d91368a97ac6df392878580a472 (patch)
treeb5845267da295f6c2e0093449e53607b57b6fc81 /PKGBUILD
parentc3546d12156df0172be62f82137022ae344288ca (diff)
downloadaur-dub-git.tar.gz
LICENSE.txt is called LICENSE, thanks werl
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16a6471c7eb7..b256e1100188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Moritz Maxeiner <moritz@ucworks.org>
pkgname=('dub-git')
-pkgver=1.4.0rc1.r46.46a74e2
+pkgver=1.11.0.alpha.1.r11.2cbab87
pkgrel=1
pkgdesc="Package manager for D packages, git version"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/D-Programming-Language/dub"
license=('MIT')
groups=('dlang')
@@ -39,7 +39,7 @@ package() {
install -Dm755 "$srcdir/dub/bin/dub" "$pkgdir/usr/bin/dub"
# license
- install -Dm644 "$srcdir/dub/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "$srcdir/dub/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
# bash completion
install -Dm644 "$srcdir/dub/scripts/bash-completion/dub.bash" "$pkgdir/usr/share/bash-completion/completions/dub"