[arch-commits] Commit in lostfiles/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Thu Nov 26 17:03:18 UTC 2020
Date: Thursday, November 26, 2020 @ 17:03:18
Author: foxboron
Revision: 763648
archrelease: copy trunk to community-any
Added:
lostfiles/repos/community-any/PKGBUILD
(from rev 763647, lostfiles/trunk/PKGBUILD)
Deleted:
lostfiles/repos/community-any/PKGBUILD
----------+
PKGBUILD | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-26 17:03:11 UTC (rev 763647)
+++ PKGBUILD 2020-11-26 17:03:18 UTC (rev 763648)
@@ -1,24 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: graysky <graysky AT archlinux dot us>
-
-pkgname=lostfiles
-pkgver=4.07
-pkgrel=2
-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=('b31980bc92841314a208c89b02b9241a097af157514e6f6b97089dddeff3e1b8')
-
-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 763647, lostfiles/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-26 17:03:18 UTC (rev 763648)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: graysky <graysky AT archlinux dot us>
+
+pkgname=lostfiles
+pkgver=4.08
+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=('c0ed89f4bab54e3a0f41c181e362f0ee6a841ed3ee4b762e9e292567ceeb127e')
+
+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