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

Morten Linderud foxboron at archlinux.org
Fri Mar 12 17:12:26 UTC 2021


    Date: Friday, March 12, 2021 @ 17:12:25
  Author: foxboron
Revision: 888915

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 17:12:18 UTC (rev 888914)
+++ PKGBUILD	2021-03-12 17:12:25 UTC (rev 888915)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: graysky <graysky AT archlinux dot us>
-
-pkgname=lostfiles
-pkgver=4.09
-pkgrel=1
-pkgdesc="Find orphaned files not owned by any Arch packages"
-arch=(any)
-url="https://github.com/graysky2/lostfiles"
-license=(MIT)
-backup=(etc/lostfiles.conf)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('46f82640ff3cc5ac07ccf5db12336a74700d2c9525f8056760dba38bee747fd4')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make 
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/MIT"
-}

Copied: lostfiles/repos/community-any/PKGBUILD (from rev 888914, lostfiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-12 17:12:25 UTC (rev 888915)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: graysky <graysky AT archlinux dot us>
+
+pkgname=lostfiles
+pkgver=4.10
+pkgrel=1
+pkgdesc="Find orphaned files not owned by any Arch packages"
+arch=(any)
+url="https://github.com/graysky2/lostfiles"
+license=(MIT)
+backup=(etc/lostfiles.conf)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('c2434ee21f4a531c878361f193b3b18cf041d4cc390e508aea4710d91c90f1f1')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 MIT "${pkgdir}/usr/share/licenses/${pkgname}/MIT"
+}



More information about the arch-commits mailing list