[arch-commits] Commit in lostfiles/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Wed Feb 16 22:04:37 UTC 2022
Date: Wednesday, February 16, 2022 @ 22:04:37
Author: foxboron
Revision: 1133557
archrelease: copy trunk to community-any
Added:
lostfiles/repos/community-any/PKGBUILD
(from rev 1133556, lostfiles/trunk/PKGBUILD)
Deleted:
lostfiles/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-16 22:04:31 UTC (rev 1133556)
+++ PKGBUILD 2022-02-16 22:04:37 UTC (rev 1133557)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: graysky <graysky AT archlinux dot us>
-
-pkgname=lostfiles
-pkgver=4.11
-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=('e9df2efa5861883ad00c8257f26601e3bc8714746511f0d3f508026435281792')
-
-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 1133556, lostfiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-16 22:04:37 UTC (rev 1133557)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: graysky <graysky AT archlinux dot us>
+
+pkgname=lostfiles
+pkgver=4.12
+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=('2d7e48f76ed0d433f083b5b2adb428562ea1ba2073ac2aa3669eedd451974f24')
+
+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