diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-06-22 23:30:25 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-06-22 23:30:25 -0500 |
commit | 800aebcd2badc8e3ac398e57124eda196a2a14c4 (patch) | |
tree | 5fc149cf13ce465cbfcdbc1ea2ca242dcff3df33 /pcr | |
parent | 0805de8cefa598979544a8fad7af2cc37e533bc1 (diff) | |
download | abslibre-800aebcd2badc8e3ac398e57124eda196a2a14c4.tar.gz abslibre-800aebcd2badc8e3ac398e57124eda196a2a14c4.tar.bz2 abslibre-800aebcd2badc8e3ac398e57124eda196a2a14c4.zip |
Removing lostfiles: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/lostfiles/PKGBUILD | 20 |
1 files changed, 0 insertions, 20 deletions
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 <graysky AT archlinux dot us> -# Contributor: Esteban Carnevale <alfplayer@mailoo.org> - -# 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" -} |