From 7e30e221da442da18cfc394ba70901692120ce02 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 7 Aug 2018 00:53:20 +0200 Subject: [PATCH] python-serpent: fix LICENSE file --- srcpkgs/python-serpent/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-serpent/template b/srcpkgs/python-serpent/template index 2f26b20f216..33ef176621b 100644 --- a/srcpkgs/python-serpent/template +++ b/srcpkgs/python-serpent/template @@ -1,7 +1,7 @@ # Template file for 'python-serpent' pkgname=python-serpent version=1.27 -revision=1 +revision=2 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module @@ -16,7 +16,6 @@ distfiles="${PYPI_SITE}/s/serpent/serpent-${version}.tar.gz" checksum=6f8dc4317fb5b5a9629b5e518846bc9fee374b8171533726dc68df52b36ee912 post_install() { - head -n 4 setup.py | tail -n 3 > LICENSE vlicense LICENSE } @@ -27,5 +26,6 @@ python3-serpent_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove usr/lib/python3* + vlicense LICENSE } }