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

Anatol Pomozov anatolik at archlinux.org
Wed Dec 4 00:21:07 UTC 2019


    Date: Wednesday, December 4, 2019 @ 00:21:05
  Author: anatolik
Revision: 535150

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-04 00:20:38 UTC (rev 535149)
+++ PKGBUILD	2019-12-04 00:21:05 UTC (rev 535150)
@@ -1,34 +0,0 @@
-# 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.5.0.456
-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=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('a835b47814fd30d5bad464b839e9fc404bc1a6f5a5b1f6ed760ce9744915de95')
-
-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 535149, fatsort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-04 00:21:05 UTC (rev 535150)
@@ -0,0 +1,34 @@
+# 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.6.2.605
+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=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('08cafa36f86ab89e7a3241d437df9af8a008549d7d13416256b7aaa006d5ffb7')
+
+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