summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 6 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6947490cc3b7..9cbe80f33371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,17 @@
-# Generated by mksrcinfo v8
-# Tue Jun 14 03:51:30 UTC 2016
pkgbase = dhcptest-git
pkgdesc = DHCP test client
- pkgver = 0.5.r11.g5bf3c44
+ pkgver = 0.7.r0.g1c51271
pkgrel = 1
url = https://github.com/CyberShadow/dhcptest
arch = i686
arch = x86_64
- license = custom:BSL1.0
+ license = Boost
makedepends = dmd
makedepends = git
depends = glibc
depends = gcc-libs
source = dhcptest::git+https://github.com/CyberShadow/dhcptest
- source = http://www.boost.org/LICENSE_1_0.txt
md5sums = SKIP
- md5sums = e4224ccaecb14d942c71d31bef20d78c
pkgname = dhcptest-git
diff --git a/PKGBUILD b/PKGBUILD
index 3c839fb3ea35..e35edb2b8202 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,16 @@
_pkgname=dhcptest
pkgname=$_pkgname-git
-pkgver=0.5.r11.g5bf3c44
+pkgver=0.7.r0.g1c51271
pkgrel=1
pkgdesc="DHCP test client"
arch=('i686' 'x86_64')
url="https://github.com/CyberShadow/dhcptest"
-license=('custom:BSL1.0')
+license=('Boost')
depends=('glibc' 'gcc-libs')
makedepends=('dmd' 'git')
-source=("$_pkgname"::"git+https://github.com/CyberShadow/dhcptest"
- 'http://www.boost.org/LICENSE_1_0.txt')
-md5sums=('SKIP'
- 'e4224ccaecb14d942c71d31bef20d78c')
+source=("$_pkgname"::"git+https://github.com/CyberShadow/dhcptest")
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
@@ -30,7 +28,5 @@ package() {
cd "$srcdir/$_pkgname"
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-git/LICENSE.txt"
}