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

Christian Hesse eworm at gemini.archlinux.org
Mon Jul 11 20:39:02 UTC 2022


    Date: Monday, July 11, 2022 @ 20:39:02
  Author: eworm
Revision: 1249680

archrelease: copy trunk to community-x86_64

Added:
  partclone/repos/community-x86_64/PKGBUILD
    (from rev 1249679, partclone/trunk/PKGBUILD)
Deleted:
  partclone/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 20:39:00 UTC (rev 1249679)
+++ PKGBUILD	2022-07-11 20:39:02 UTC (rev 1249680)
@@ -1,34 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contrinutor: Dan Serban
-# Contributor: Franz Burgmann
-# Contributor: Todd Partridge (Gen2ly)
-# Contributor: Ivan Sichmann Freitas
-
-pkgname=partclone
-pkgver=0.3.20
-pkgrel=1
-pkgdesc="Utilities to save and restore used blocks on a partition"
-arch=('x86_64')
-url="https://partclone.org"
-license=('GPL')
-depends=('ntfs-3g' 'nilfs-utils')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
-md5sums=('1031222c4550e917a6b2d658e5395566')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./autogen
-  ./configure --prefix=/usr --enable-extfs --enable-fat \
-    --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
-    --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
-    --sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make PREFIX=/usr DESTDIR="$pkgdir" install
-}

Copied: partclone/repos/community-x86_64/PKGBUILD (from rev 1249679, partclone/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-11 20:39:02 UTC (rev 1249680)
@@ -0,0 +1,34 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.3.20
+pkgrel=2
+pkgdesc="Utilities to save and restore used blocks on a partition"
+arch=('x86_64')
+url="https://partclone.org"
+license=('GPL')
+depends=('ntfs-3g' 'nilfs-utils')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Thomas-Tsai/partclone/archive/$pkgver.tar.gz)
+md5sums=('1031222c4550e917a6b2d658e5395566')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./autogen
+  ./configure --prefix=/usr --enable-extfs --enable-fat \
+    --enable-hfsp --enable-btrfs --enable-ncursesw --enable-ntfs \
+    --enable-exfat --enable-f2fs --enable-minix --enable-nilfs2 --enable-xfs \
+    --sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make PREFIX=/usr DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list