[arch-commits] Commit in lostfiles/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Tue Jul 7 13:20:49 UTC 2020


    Date: Tuesday, July 7, 2020 @ 13:20:49
  Author: foxboron
Revision: 658423

upgpkg: lostfiles 4.04-1

Modified:
  lostfiles/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-07 13:20:39 UTC (rev 658422)
+++ PKGBUILD	2020-07-07 13:20:49 UTC (rev 658423)
@@ -2,22 +2,15 @@
 # Contributor: graysky <graysky AT archlinux dot us>
 
 pkgname=lostfiles
-pkgver=4.03
-pkgrel=3
+pkgver=4.04
+pkgrel=1
 pkgdesc='Find orphaned files not owned by any Arch 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"
-        "repro-patch.patch::https://github.com/graysky2/lostfiles/commit/0159d36b03c77f7f57e953b11b98f9ad017738cc.patch")
-sha256sums=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b'
-            'fa8d222e974c0531480e95a20bb832b87d96e556785faea2f3dfccc14336669e')
+source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('e6c02d5b34562e53a8fb0cbef183598f610ba120b91d4e14ab42240fd4883af5')
 
-prepare() {
-    cd "${pkgname}-${pkgver}"
-    patch -Np1 < "$srcdir/repro-patch.patch"
-}
-
 build() {
   cd "$pkgname-$pkgver"
   make 



More information about the arch-commits mailing list