From 8a2ec3906349a65fccbe9f384464b4c25830edcb Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 13 Jun 2015 18:50:24 +0200 Subject: install LICENSE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 964dc3c..3fc3c56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=python-srcinfo pkgver=0.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Simple .SRCINFO parsing library" url='https://github.com/kyrias/python-srcinfo' @@ -16,4 +16,5 @@ md5sums=('9eb6917d2cdb15dc8ac60d7074e8b777') package() { cd python-srcinfo-"$pkgver" python setup.py install --root="$pkgdir" --optimize=1 + install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE } -- cgit v1.2.3-70-g09d2