From 800aebcd2badc8e3ac398e57124eda196a2a14c4 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Fri, 22 Jun 2018 23:30:25 -0500 Subject: Removing lostfiles: This package is in [community] repo --- pcr/lostfiles/PKGBUILD | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 pcr/lostfiles/PKGBUILD (limited to 'pcr/lostfiles/PKGBUILD') diff --git a/pcr/lostfiles/PKGBUILD b/pcr/lostfiles/PKGBUILD deleted file mode 100644 index 59f71adb1..000000000 --- a/pcr/lostfiles/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Contributor (AUR): graysky -# Contributor: Esteban Carnevale - -# parabola changes and rationale: -# - rebranded pkgdesc - -pkgname=lostfiles -pkgver=3.27 -pkgrel=1 -pkgdesc='Find orphaned files not owned by any Parabola packages' -arch=('any') -license=('GPL2') -url="https://github.com/graysky2/lostfiles" -source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz") -sha256sums=('0095834e4398abbb1cbdd93a500dc1262665d3d9467817abaaf4f8e82ed17cfa') - -package() { - cd "$pkgname-$pkgver" - install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname" -} -- cgit v1.2.3