[arch-commits] Commit in lostfiles/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Tuesday, July 7, 2020 @ 13:20:57
  Author: foxboron
Revision: 658426

archrelease: copy trunk to community-any

Added:
  lostfiles/repos/community-any/PKGBUILD
    (from rev 658425, lostfiles/trunk/PKGBUILD)
Deleted:
  lostfiles/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   51 ++++++++++++++++++++++-----------------------------
 1 file changed, 22 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-07 13:20:50 UTC (rev 658425)
+++ PKGBUILD	2020-07-07 13:20:57 UTC (rev 658426)
@@ -1,29 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: graysky <graysky AT archlinux dot us>
-
-pkgname=lostfiles
-pkgver=4.03
-pkgrel=3
-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')
-
-prepare() {
-    cd "${pkgname}-${pkgver}"
-    patch -Np1 < "$srcdir/repro-patch.patch"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 658425, lostfiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-07 13:20:57 UTC (rev 658426)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: graysky <graysky AT archlinux dot us>
+
+pkgname=lostfiles
+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")
+sha256sums=('e6c02d5b34562e53a8fb0cbef183598f610ba120b91d4e14ab42240fd4883af5')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list