[arch-commits] Commit in lostfiles/trunk (PKGBUILD)

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


    Date: Saturday, October 24, 2020 @ 05:48:27
  Author: archange
Revision: 730957

upgpkg: lostfiles 4.07-1

Modified:
  lostfiles/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 05:01:25 UTC (rev 730956)
+++ PKGBUILD	2020-10-24 05:48:27 UTC (rev 730957)
@@ -2,21 +2,22 @@
 # Contributor: graysky <graysky AT archlinux dot us>
 
 pkgname=lostfiles
-pkgver=4.05
+pkgver=4.07
 pkgrel=1
-pkgdesc='Find orphaned files not owned by any Arch packages'
-arch=('any')
-license=('GPL2')
+pkgdesc="Find orphaned files not owned by any Arch packages"
+arch=(any)
 url="https://github.com/graysky2/lostfiles"
-source=("$pkgname-$pkgver.tar.xz::https://github.com/graysky2/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('7dc70a08570ac32abe02c0640beb167465304052945c063d463b268cd06a5951')
+license=(GPL2)
+backup=(etc/lostfiles.conf)
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('b31980bc92841314a208c89b02b9241a097af157514e6f6b97089dddeff3e1b8')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd ${pkgname}-${pkgver}
   make 
 }
 
 package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list