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

Bruno Pagani archange at archlinux.org
Sat Oct 24 05:48:53 UTC 2020


    Date: Saturday, October 24, 2020 @ 05:48:52
  Author: archange
Revision: 730958

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 05:48:27 UTC (rev 730957)
+++ PKGBUILD	2020-10-24 05:48:52 UTC (rev 730958)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: graysky <graysky AT archlinux dot us>
-
-pkgname=lostfiles
-pkgver=4.05
-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=('7dc70a08570ac32abe02c0640beb167465304052945c063d463b268cd06a5951')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 730957, lostfiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-24 05:48:52 UTC (rev 730958)
@@ -0,0 +1,23 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: graysky <graysky AT archlinux dot us>
+
+pkgname=lostfiles
+pkgver=4.07
+pkgrel=1
+pkgdesc="Find orphaned files not owned by any Arch packages"
+arch=(any)
+url="https://github.com/graysky2/lostfiles"
+license=(GPL2)
+backup=(etc/lostfiles.conf)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b31980bc92841314a208c89b02b9241a097af157514e6f6b97089dddeff3e1b8')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list