mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
[skip-ci] bup: update to 0.29.2
This commit is contained in:
parent
fc05fa99d6
commit
2b1af1ad7d
11
bup/PKGBUILD
11
bup/PKGBUILD
@ -1,11 +1,11 @@
|
||||
pkgname=bup
|
||||
pkgver=0.29.1
|
||||
pkgver=0.29.2
|
||||
pkgrel=1
|
||||
pkgdesc="Highly efficient file backup system based on the git packfile format."
|
||||
arch=('x86_64')
|
||||
url="http://github.com/bup/bup"
|
||||
url='https://bup.github.io/'
|
||||
license=('GPL')
|
||||
depends=('python-fuse' 'par2cmdline' 'python2-pylibacl' 'python2-pyxattr')
|
||||
depends=('python2-fuse' 'par2cmdline' 'python2-pylibacl' 'python2-pyxattr')
|
||||
conflicts=('bup-git')
|
||||
source=("git+https://github.com/bup/bup.git#tag=${pkgver}")
|
||||
sha256sums=('SKIP')
|
||||
@ -17,11 +17,6 @@ build() {
|
||||
make
|
||||
}
|
||||
|
||||
test() {
|
||||
cd $srcdir/$pkgname
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$pkgname
|
||||
make DESTDIR=$pkgdir install
|
||||
|
Loading…
Reference in New Issue
Block a user