[arch-commits] Commit in fsarchiver/repos (4 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Tue Jan 5 12:58:35 UTC 2016
Date: Tuesday, January 5, 2016 @ 13:58:35
Author: bpiotrowski
Revision: 257528
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
fsarchiver/repos/extra-i686/PKGBUILD
(from rev 257527, fsarchiver/trunk/PKGBUILD)
fsarchiver/repos/extra-x86_64/PKGBUILD
(from rev 257527, fsarchiver/trunk/PKGBUILD)
Deleted:
fsarchiver/repos/extra-i686/PKGBUILD
fsarchiver/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 26 ------------------------
extra-x86_64/PKGBUILD | 26 ------------------------
3 files changed, 52 insertions(+), 52 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-01-05 12:58:25 UTC (rev 257527)
+++ extra-i686/PKGBUILD 2016-01-05 12:58:35 UTC (rev 257528)
@@ -1,26 +0,0 @@
-# $Id$
-# 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.6.19
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('i686' 'x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cd0807dbd5f575ed9c2fc066ed107841')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sbindir=/usr/bin
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: fsarchiver/repos/extra-i686/PKGBUILD (from rev 257527, fsarchiver/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-05 12:58:35 UTC (rev 257528)
@@ -0,0 +1,26 @@
+# $Id$
+# 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.6.20
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('04d73f8f8e8dd0063e06f74a125bdcb6')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-01-05 12:58:25 UTC (rev 257527)
+++ extra-x86_64/PKGBUILD 2016-01-05 12:58:35 UTC (rev 257528)
@@ -1,26 +0,0 @@
-# $Id$
-# 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.6.19
-pkgrel=1
-pkgdesc='Safe and flexible file-system backup and deployment tool'
-arch=('i686' 'x86_64')
-url='http://www.fsarchiver.org/'
-license=('GPL2')
-depends=('bzip2' 'e2fsprogs' 'lzo2' 'xz' 'libgcrypt')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('cd0807dbd5f575ed9c2fc066ed107841')
-
-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 257527, fsarchiver/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-01-05 12:58:35 UTC (rev 257528)
@@ -0,0 +1,26 @@
+# $Id$
+# 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.6.20
+pkgrel=1
+pkgdesc='Safe and flexible file-system backup and deployment tool'
+arch=('i686' 'x86_64')
+url='http://www.fsarchiver.org/'
+license=('GPL2')
+depends=('bzip2' 'e2fsprogs' 'lzo' 'xz' 'libgcrypt')
+source=(https://github.com/fdupoux/fsarchiver/releases/download/$pkgver/fsarchiver-$pkgver.tar.gz)
+md5sums=('04d73f8f8e8dd0063e06f74a125bdcb6')
+
+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