Date: Saturday, October 24, 2020 @ 10:35:08 Author: foxboron Revision: 731168
upgpkg: lostfiles 4.07-2 Modified: lostfiles/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-24 10:34:23 UTC (rev 731167) +++ PKGBUILD 2020-10-24 10:35:08 UTC (rev 731168) @@ -3,7 +3,7 @@ pkgname=lostfiles pkgver=4.07 -pkgrel=1 +pkgrel=2 pkgdesc="Find orphaned files not owned by any Arch packages" arch=(any) url="https://github.com/graysky2/lostfiles" @@ -20,4 +20,5 @@ package() { cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install + install -Dm0644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/MIT" }
