Date: Tuesday, April 25, 2023 @ 16:18:46
  Author: anatolik
Revision: 1448682

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-25 16:18:26 UTC (rev 1448681)
+++ PKGBUILD    2023-04-25 16:18:46 UTC (rev 1448682)
@@ -1,34 +0,0 @@
-# Maintainer: Anatol Pomozov <[email protected]>
-# Contributor: birdflesh <antkoul at gmail dot com>
-# Contributor: Natan Vivo <nvivo64_gmail_com>
-# Contributor: rabyte <rabyte*gmail>
-# Contributor: Simon Morgan <[email protected]>
-
-pkgname=fatsort
-pkgver=1.6.4.625
-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=('9a6f89a0640bb782d82ff23a780c9f0aec3dfbe4682c0a8eda157e0810642ead')
-
-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 1448681, 
fatsort/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-25 16:18:46 UTC (rev 1448682)
@@ -0,0 +1,34 @@
+# Maintainer: Anatol Pomozov <[email protected]>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: Natan Vivo <nvivo64_gmail_com>
+# Contributor: rabyte <rabyte*gmail>
+# Contributor: Simon Morgan <[email protected]>
+
+pkgname=fatsort
+pkgver=1.6.5.640
+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=('630ece56d9eb3a55524af0aec3aade7854360eba949172a6cfb4768cb8fbe42e')
+
+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
+}

Reply via email to