summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYen Chi Hsuan2015-01-26 23:21:25 +0800
committerYen Chi Hsuan2015-01-26 23:21:25 +0800
commit11d0ac69e459bf4d03bdd1c9f666024ed93fdfb6 (patch)
treea4c24fac367cd0b73a0d1e6b2a5cd8b4c4117e10
parent455b8499c044fd1314e94a9479410e8f744024dd (diff)
downloadaur-11d0ac69e459bf4d03bdd1c9f666024ed93fdfb6.tar.gz
Namcap fixes
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 027ea3e38fda..e9d2c2d2c830 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=dhcptest-git
pkgver=0.5.r0.g56a8834
-pkgrel=1
+pkgrel=3
pkgdesc="DHCP test client"
arch=('i686' 'x86_64')
url="https://github.com/CyberShadow/dhcptest"
-license=('BSL1.0')
+license=('custom:BSL1.0')
+depends=('glibc')
makedepends=('dmd' 'git')
source=("$pkgname"::'git+https://github.com/CyberShadow/dhcptest'
'http://www.boost.org/LICENSE_1_0.txt')
@@ -29,6 +30,6 @@ package() {
install -Dm755 "dhcptest" "$pkgdir/usr/bin/dhcptest"
install -Dm644 "README.md" "$pkgdir/usr/share/doc/dhcptest/README.md"
cd "$srcdir"
- install -Dm644 "LICENSE_1_0.txt" "$pkgdir/usr/share/licenses/dhcptest/LICENSE.txt"
+ install -Dm644 "LICENSE_1_0.txt" "$pkgdir/usr/share/licenses/dhcptest-git/LICENSE.txt"
}