diff options
-rw-r--r-- | pcr/lostfiles/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/lostfiles/PKGBUILD b/pcr/lostfiles/PKGBUILD index acc8ddd64..413eb2ccf 100644 --- a/pcr/lostfiles/PKGBUILD +++ b/pcr/lostfiles/PKGBUILD @@ -1,7 +1,8 @@ # Contributor: graysky <graysky AT archlinux dot us> +# Maintainer (Parabola): Esteban Carnevale <alfplayer@mailoo.org> pkgname=lostfiles -pkgver=3.07 +pkgver=3.10 pkgrel=1 pkgdesc='Find orphan files - those not owned by any Arch packages.' arch=('any') @@ -9,7 +10,7 @@ license=('GPL2') depends=('bash') url="https://github.com/graysky2/lostfiles" source=("https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz") -sha256sums=('970d35a619043471067d58a6702443d5e7b9ab9ead96c37ae0811ecb11d2424d') +sha256sums=('52cb37cb1214d9285fbba7dc774f1490eee0d3380d8f4f383406049e37c4fbc8') package() { cd "$pkgname-$pkgver" |