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

Antonio Rojas arojas at archlinux.org
Thu Mar 5 14:12:03 UTC 2020


    Date: Thursday, March 5, 2020 @ 14:12:02
  Author: arojas
Revision: 590711

archrelease: copy trunk to community-x86_64

Added:
  fatresize/repos/community-x86_64/PKGBUILD
    (from rev 590710, fatresize/trunk/PKGBUILD)
Deleted:
  fatresize/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-05 14:11:44 UTC (rev 590710)
+++ PKGBUILD	2020-03-05 14:12:02 UTC (rev 590711)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: ValHue <vhuelamo at gmail dot com>
-# Contributor: Alexander Blinne <alexander[at]blinne[dot]net>
-
-pkgname=fatresize
-pkgver=1.0.4
-pkgrel=3
-pkgdesc='A utility to resize FAT filesystems using libparted'
-url='https://sourceforge.net/projects/fatresize/'
-arch=(x86_64)
-license=(GPL3)
-depends=(parted)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ya-mouse/fatresize/archive/v$pkgver.tar.gz")
-sha256sums=('7f3ab7a9ac92335f66d239419860f674359449d49cf67ba1af7a8b686303612b')
-
-build() {
-  cd $pkgname-$pkgver
-  autoreconf -fisv
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING -t "$pkgdir"/usr/share/licenses/
-}

Copied: fatresize/repos/community-x86_64/PKGBUILD (from rev 590710, fatresize/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-05 14:12:02 UTC (rev 590711)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: ValHue <vhuelamo at gmail dot com>
+# Contributor: Alexander Blinne <alexander[at]blinne[dot]net>
+
+pkgname=fatresize
+pkgver=1.0.4
+pkgrel=4
+pkgdesc='A utility to resize FAT filesystems using libparted'
+url='https://sourceforge.net/projects/fatresize/'
+arch=(x86_64)
+license=(GPL3)
+depends=(parted)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/ya-mouse/fatresize/archive/v$pkgver.tar.gz")
+sha256sums=('7f3ab7a9ac92335f66d239419860f674359449d49cf67ba1af7a8b686303612b')
+
+build() {
+  cd $pkgname-$pkgver
+  autoreconf -fisv
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list