diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 06:56:42 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-22 06:56:42 +0100 |
commit | 5d157935c93dbbec3375ab1dacf440c6b50354ff (patch) | |
tree | 04598a3faed9a3296be64705976cf09685557a1e | |
parent | 11af0bdb5827abac120ed0900ff6c485ed51b1af (diff) | |
download | abslibre-5d157935c93dbbec3375ab1dacf440c6b50354ff.tar.gz abslibre-5d157935c93dbbec3375ab1dacf440c6b50354ff.tar.bz2 abslibre-5d157935c93dbbec3375ab1dacf440c6b50354ff.zip |
pcr/lostfiles: updated to 3.27
-rw-r--r-- | pcr/lostfiles/PKGBUILD | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/pcr/lostfiles/PKGBUILD b/pcr/lostfiles/PKGBUILD index b6fe0d9ad..59f71adb1 100644 --- a/pcr/lostfiles/PKGBUILD +++ b/pcr/lostfiles/PKGBUILD @@ -1,15 +1,18 @@ -# Contributor (Arch): graysky <graysky AT archlinux dot us> -# Maintainer: Esteban Carnevale <alfplayer@mailoo.org> +# Contributor (AUR): graysky <graysky AT archlinux dot us> +# Contributor: Esteban Carnevale <alfplayer@mailoo.org> + +# parabola changes and rationale: +# - rebranded pkgdesc pkgname=lostfiles -pkgver=3.14 +pkgver=3.27 pkgrel=1 -pkgdesc='Find orphan files - those not owned by any Arch packages.' +pkgdesc='Find orphaned files not owned by any Parabola packages' arch=('any') license=('GPL2') url="https://github.com/graysky2/lostfiles" -source=("https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz") -sha256sums=('f16ff9c2b74e18f7826a140df2a7b381bf262aa3d3fe564fb1c3900f531a2675') +source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz") +sha256sums=('0095834e4398abbb1cbdd93a500dc1262665d3d9467817abaaf4f8e82ed17cfa') package() { cd "$pkgname-$pkgver" |