Date: Monday, July 11, 2022 @ 22:55:56 Author: sangy Revision: 1249766
upgpkg: python-libevdev 0.10-1 Modified: python-libevdev/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-11 22:52:21 UTC (rev 1249765) +++ PKGBUILD 2022-07-11 22:55:56 UTC (rev 1249766) @@ -1,8 +1,8 @@ # Maintainer: Filipe LaĆns (FFY00) <[email protected]> pkgname=python-libevdev -pkgver=0.9 -pkgrel=4 +pkgver=0.10 +pkgrel=1 arch=('any') url='https://gitlab.freedesktop.org/libevdev/python-libevdev' license=('MIT') @@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme') checkdepends=('python-pytest' 'python-py' 'python-pluggy') source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('8b61b7b5d7f2ccc7c510afa321e048c0b1a77cf6d646d611269c75787ed4fcdb70d463dfdc7bf62b260788db3695a9797fa5809c5ff4d0441180dc31028a3b2a') +sha512sums=('7cc5517b65f9e7749f5946bd4c3fc550ecabfb02de266e9b29329e9685e6a25e945513e2b6b58b68898e9e4ce8550cd95d537f6c40e35b28abafc13693b6bc64') build() { cd $pkgname-$pkgver @@ -35,5 +35,6 @@ # Install documentation install -dm 755 "$pkgdir"/usr/share/doc/$pkgname cp -r -a --no-preserve=ownership doc/html "$pkgdir"/usr/share/doc/$pkgname + install -D -m644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}" rm -rf "$pkgdir"/usr/share/doc/$pkgname/html/.doctrees }
