Date: Monday, August 22, 2022 @ 22:42:47 Author: heftig Revision: 454439
0.16-4: enable debug Modified: libpciaccess/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-22 22:31:18 UTC (rev 454438) +++ PKGBUILD 2022-08-22 22:42:47 UTC (rev 454439) @@ -1,9 +1,9 @@ -# Maintainer: Jan de Groot <[email protected]> +# Contributor: Jan de Groot <[email protected]> # Contributor: Alexander Baldeck <[email protected]> pkgname=libpciaccess pkgver=0.16 -pkgrel=3 +pkgrel=4 pkgdesc="X11 PCI access library" arch=(x86_64) license=('custom') @@ -10,6 +10,7 @@ url="https://xorg.freedesktop.org/" depends=('glibc') makedepends=('xorg-util-macros') +options=('debug') source=(${url}/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2{,.sig}) sha512sums=('2f250048a270dfc0823d4bdd613aa272c58a80eaafd922850f56c4b6f7a45a263ed4cf521b52b49f04484ea44ebefb7407d079aa058318a5751ffb181e38fed1' 'SKIP') @@ -26,6 +27,5 @@ package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" - install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" + install -Dm644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}/" }
