summaryrefslogtreecommitdiff
path: root/libre/python-pgpdump
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-26 00:16:43 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-26 00:16:43 -0400
commit45b388afb387ec8398adda3f1ae137c2474e369a (patch)
treef3e251fd26c054eba4c96317a67bcd189fead836 /libre/python-pgpdump
parent1785d3800f805be0074e735ec3c4b42a1cea70f0 (diff)
libre/python-pgpdump: rename copyright file to match upstream
Diffstat (limited to 'libre/python-pgpdump')
-rw-r--r--libre/python-pgpdump/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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
}