[arch-commits] Commit in fsarchiver/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Feb 27 22:32:39 UTC 2021


    Date: Saturday, February 27, 2021 @ 22:32:38
  Author: jelle
Revision: 408913

archrelease: copy trunk to extra-x86_64

Added:
  fsarchiver/repos/extra-x86_64/PKGBUILD
    (from rev 408912, fsarchiver/trunk/PKGBUILD)
Deleted:
  fsarchiver/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-27 22:32:29 UTC (rev 408912)
+++ PKGBUILD	2021-02-27 22:32:38 UTC (rev 408913)
@@ -1,25 +0,0 @@
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=fsarchiver
-pkgver=0.8.5
-pkgrel=2
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('x86_64')
-url='https://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib' 'lz4' 'zstd')
-source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
-md5sums=('dbdc7733e8be2b91cc2749041e6dca48')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fsarchiver/repos/extra-x86_64/PKGBUILD (from rev 408912, fsarchiver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-27 22:32:38 UTC (rev 408913)
@@ -0,0 +1,25 @@
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=fsarchiver
+pkgver=0.8.6
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('x86_64')
+url='https://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt' 'zlib' 'lz4' 'zstd')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('705e2ca268249d6bed10a860379eb812')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list