Date: Wednesday, February 1, 2023 @ 22:39:25
  Author: blakkheim
Revision: 1391881

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-01 22:39:01 UTC (rev 1391880)
+++ PKGBUILD    2023-02-01 22:39:25 UTC (rev 1391881)
@@ -1,41 +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.22
-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)
-sha256sums=('28541e087c1c23aaaaacbe11ae6da40f48d3bd840fc54cba992745ff3a58d5e1')
-
-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 1391880, 
partclone/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-01 22:39:25 UTC (rev 1391881)
@@ -0,0 +1,42 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Maintainer: T.J. Townsend <[email protected]>
+# Contrinutor: Dan Serban
+# Contributor: Franz Burgmann
+# Contributor: Todd Partridge (Gen2ly)
+# Contributor: Ivan Sichmann Freitas
+
+pkgname=partclone
+pkgver=0.3.23
+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)
+sha256sums=('55f0d9dc6c66fae05ad5f134f46662d7a2737e25f871943f699d50808482678d')
+
+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
+}

Reply via email to