Date: Monday, June 19, 2017 @ 18:09:54 Author: jelle Revision: 238712
Fixes for conflicts Modified: python-unrardll/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-19 17:52:41 UTC (rev 238711) +++ PKGBUILD 2017-06-19 18:09:54 UTC (rev 238712) @@ -1,13 +1,12 @@ -# Maintainer: Eli Schwartz <[email protected]> +# Maintainer: Jelle van der Waa <[email protected]> +# Contributor: Eli Schwartz <[email protected]> -# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds - _pkgname=unrardll pkgbase='python-unrardll' pkgname=('python-unrardll' 'python2-unrardll') pkgver=0.1.3 pkgrel=1 -pkgdesc="Python wrapper for the UnRAR DLL" +pkgdesc="Python wrapper for UnRAR DLL" arch=('i686' 'x86_64') url="https://github.com/kovidgoyal/${_pkgname}" license=('BSD') @@ -31,7 +30,7 @@ cd "${srcdir}/${_pkgname}-${pkgver}" python setup.py install --root="${pkgdir}" --optimize=1 --skip-build - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/python2-unrardll/LICENSE" + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } package_python2-unrardll() { @@ -40,6 +39,5 @@ cd "${srcdir}/${_pkgname}-${pkgver}" python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/python2-unrardll/LICENSE" - + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } Property changes on: python-unrardll/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
