Skip to content

Commit

Permalink
[trunk] -> [community] 'backuppc-4.4.0-6' add
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens committed Mar 26, 2023
1 parent 3850c8f commit 714ffd0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions backuppc/trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Maintainer: Sébastien Luttringer
# Maintainer: Nathan <[email protected]>

pkgname=backuppc
pkgver=4.4.0
_xsver=0.62
_rbpcver=3.1.3.0
pkgrel=5
pkgrel=6
pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
url='https://github.com/backuppc/'
license=('GPL2')
Expand All @@ -24,7 +24,8 @@ source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC
"$pkgname.tmpfiles"
"$pkgname.profile.sh"
"$pkgname.profile.csh"
"$pkgname.httpd")
"$pkgname.httpd"
'https://github.com/backuppc/backuppc/commit/2c9270b9b849b2c86ae6301dd722c97757bc9256.patch')
install=$pkgname.install
backup=("etc/$pkgname/config.pl"
"etc/$pkgname/hosts"
Expand All @@ -37,7 +38,8 @@ sha256sums=('8bc04cd513d47629508bd2fd6f455ced38316974913638e971f44e37786c6365'
'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'
'daa9690efe856b01dc749be0dcc8f3daebf7c1c62500df2431eeb2762b446284'
'2c96d3be7ce0f681ea4b34abab93154b086132166658a747a7a8ed8c7ed2757e'
'97dbe6a0c8302d0e6ff6f97e77ca9fb4187272abb43dd01fff431170b6d39e6e')
'97dbe6a0c8302d0e6ff6f97e77ca9fb4187272abb43dd01fff431170b6d39e6e'
'b4547f90f903d067fd09c4f2c168e204d818b69543defa8cad5dbdd2dfc258eb')

prepare() {
cd BackupPC-$pkgver
Expand Down
10 changes: 6 additions & 4 deletions backuppc/x86_64/community/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Maintainer: Sébastien Luttringer
# Maintainer: Nathan <[email protected]>

pkgname=backuppc
pkgver=4.4.0
_xsver=0.62
_rbpcver=3.1.3.0
pkgrel=5
pkgrel=6
pkgdesc='Enterprise-grade system for backing up Linux, Windows and MacOS PCs'
url='https://github.com/backuppc/'
license=('GPL2')
Expand All @@ -24,7 +24,8 @@ source=("https://github.com/backuppc/backuppc/releases/download/$pkgver/BackupPC
"$pkgname.tmpfiles"
"$pkgname.profile.sh"
"$pkgname.profile.csh"
"$pkgname.httpd")
"$pkgname.httpd"
'https://github.com/backuppc/backuppc/commit/2c9270b9b849b2c86ae6301dd722c97757bc9256.patch')
install=$pkgname.install
backup=("etc/$pkgname/config.pl"
"etc/$pkgname/hosts"
Expand All @@ -37,7 +38,8 @@ sha256sums=('8bc04cd513d47629508bd2fd6f455ced38316974913638e971f44e37786c6365'
'ef5c4fde24e14ab5828fed085a7dd8fd699dfdbbd875bc6c29b41ec2b0ae645b'
'daa9690efe856b01dc749be0dcc8f3daebf7c1c62500df2431eeb2762b446284'
'2c96d3be7ce0f681ea4b34abab93154b086132166658a747a7a8ed8c7ed2757e'
'97dbe6a0c8302d0e6ff6f97e77ca9fb4187272abb43dd01fff431170b6d39e6e')
'97dbe6a0c8302d0e6ff6f97e77ca9fb4187272abb43dd01fff431170b6d39e6e'
'b4547f90f903d067fd09c4f2c168e204d818b69543defa8cad5dbdd2dfc258eb')

prepare() {
cd BackupPC-$pkgver
Expand Down

0 comments on commit 714ffd0

Please sign in to comment.