From 45b388afb387ec8398adda3f1ae137c2474e369a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 26 May 2014 00:16:43 -0400 Subject: libre/python-pgpdump: rename copyright file to match upstream --- libre/python-pgpdump/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libre/python-pgpdump') diff --git a/libre/python-pgpdump/PKGBUILD b/libre/python-pgpdump/PKGBUILD index 64fb4d291..90b55c197 100644 --- a/libre/python-pgpdump/PKGBUILD +++ b/libre/python-pgpdump/PKGBUILD @@ -7,7 +7,7 @@ pkgdesc=" a Python library for parsing PGP packets" url="https://github.com/toofishes/python-pgpdump" license=('custom:BSD3') -pkgrel=1 +pkgrel=2 arch=(any) makedepends=('python' 'python2') source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) @@ -18,7 +18,7 @@ package_python-pgpdump() { cd "$srcdir/$_pkgname-$pkgver" python setup.py install --root="$pkgdir/" --optimize=1 - install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYING + install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT } package_python2-pgpdump() { @@ -26,5 +26,5 @@ package_python2-pgpdump() { cd "$srcdir/$_pkgname-$pkgver" python2 setup.py install --root="$pkgdir/" --optimize=1 - install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYING + install -Dm644 COPYRIGHT "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT } -- cgit v1.2.2