Date: Tuesday, March 21, 2023 @ 20:29:19
  Author: jelle
Revision: 471705

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-21 20:29:09 UTC (rev 471704)
+++ PKGBUILD    2023-03-21 20:29:19 UTC (rev 471705)
@@ -1,25 +0,0 @@
-# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Tobias Powalowski <[email protected]>
-
-pkgname=fsarchiver
-pkgver=0.8.6
-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)
-sha256sums=('be1d44222c4ef428360120c7326c8910930da5f318f7291f8b8d61cb2b730ebd')
-
-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 471704, 
fsarchiver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-21 20:29:19 UTC (rev 471705)
@@ -0,0 +1,25 @@
+# Maintainer:  BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Tobias Powalowski <[email protected]>
+
+pkgname=fsarchiver
+pkgver=0.8.7
+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)
+sha256sums=('f7cd059e70fc57e888db282c622ec050c0dcdbaacc65e3c1eb163cd9d92d810d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to