[arch-commits] Commit in fatsort/repos/community-x86_64 (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Sat Jul 7 16:52:32 UTC 2018


    Date: Saturday, July 7, 2018 @ 16:52:32
  Author: anatolik
Revision: 354040

archrelease: copy trunk to community-x86_64

Added:
  fatsort/repos/community-x86_64/PKGBUILD
    (from rev 354039, fatsort/trunk/PKGBUILD)
Deleted:
  fatsort/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-07 16:51:57 UTC (rev 354039)
+++ PKGBUILD	2018-07-07 16:52:32 UTC (rev 354040)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Natan Vivo <nvivo64_gmail_com>
-# Contributor: rabyte <rabyte*gmail>
-# Contributor: Simon Morgan <simon at 16hz.net>
-
-pkgname=fatsort
-pkgver=1.3.365
-pkgrel=2
-pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
-arch=(x86_64)
-url='http://fatsort.sourceforge.net'
-license=(GPL)
-depends=(glibc)
-makedepends=(help2man)
-#checkdepends=(dosfstools bbe)
-source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('77acc374b189e80e3d75d3508f3c0ca559f8030f1c220f7cfde719a4adb03f3d')
-
-build() {
-  cd $pkgname-$pkgver
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # the tests require sudo so we cannot use it in a clean environment build
-  # make tests
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
-}

Copied: fatsort/repos/community-x86_64/PKGBUILD (from rev 354039, fatsort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-07 16:52:32 UTC (rev 354040)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Natan Vivo <nvivo64_gmail_com>
+# Contributor: rabyte <rabyte*gmail>
+# Contributor: Simon Morgan <simon at 16hz.net>
+
+pkgname=fatsort
+pkgver=1.4.2.439
+pkgrel=1
+pkgdesc='Sorts directory structures of FAT16 and FAT32 file systems'
+arch=(x86_64)
+url='http://fatsort.sourceforge.net'
+license=(GPL)
+depends=(glibc)
+makedepends=(help2man)
+#checkdepends=(dosfstools bbe)
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('bdbcf99307baef3e76d99700691ac525c9a9cf96d8433b45c89314940cc6a1e0')
+
+build() {
+  cd $pkgname-$pkgver
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # the tests require sudo so we cannot use it in a clean environment build
+  # make tests
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" SBINDIR=/usr/bin MANDIR=/usr/share/man/man1 install
+}



More information about the arch-commits mailing list