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

Morten Linderud foxboron at archlinux.org
Sun Jul 5 22:50:30 UTC 2020


    Date: Sunday, July 5, 2020 @ 22:50:29
  Author: foxboron
Revision: 657924

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-05 22:50:22 UTC (rev 657923)
+++ PKGBUILD	2020-07-05 22:50:29 UTC (rev 657924)
@@ -1,22 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: graysky <graysky AT archlinux dot us>
-
-pkgname=lostfiles
-pkgver=4.03
-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=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  make 
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 657923, lostfiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-05 22:50:29 UTC (rev 657924)
@@ -0,0 +1,22 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: graysky <graysky AT archlinux dot us>
+
+pkgname=lostfiles
+pkgver=4.03
+pkgrel=2
+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=('577a68a712f46bb75f31880519dcbb84b7be24598e8b2e0eb9037ff7dde3133b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make 
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list