summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Figueiredo2020-07-12 00:20:02 +0100
committerJoão Figueiredo2020-07-12 00:20:02 +0100
commitf1289bbe2909381fcfe0fa7536f253bc437cd3c9 (patch)
tree85eb4d013c6d4ce3addd8d211153067b58345fac
parente3c0c0bc3865f6f1b69ef5cfa82c73c7b7879105 (diff)
downloadaur-f1289bbe2909381fcfe0fa7536f253bc437cd3c9.tar.gz
Changed to devel branch
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22fa40e1e1d8..e6799bc610c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer : Christian Rebischke <chris.rebischke@archlinux.org>
+# Maintainer: João Figueiredo <jf dot mundox at gmail dot com>
+# Contributor: Christian Rebischke <chris.rebischke@archlinux.org>
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
# Contributor: Jakob Matthes <jakob.matthes@gmail.com>
# Contributor: Bram Schoenmakers <me@bramschoenmakers.nl>
@@ -8,7 +9,7 @@
pkgname=bup
pkgver=0.30
-pkgrel=2
+pkgrel=3
pkgdesc='Efficient backup system based on the git packfile format'
arch=('x86_64')
url='https://bup.github.io/'
@@ -17,8 +18,10 @@ depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
checkdepends=('rsync' 'python2-tornado')
optdepends=('python2-tornado: for bup web')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bup/bup/archive/${pkgver}.tar.gz")
-sha512sums=('8c500568ca2609e6b437b3a67c08976bbdb6fbad39c77eb7e74e503b5ffdc1cbe1e51b5e834e7db0481a3cfc38a55aeae49a8e53657994524b612e54136e7af1')
+#source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bup/bup/archive/${pkgver}.tar.gz")
+source=("git+https://github.com/bup/bup.git")
+#sha512sums=('8c500568ca2609e6b437b3a67c08976bbdb6fbad39c77eb7e74e503b5ffdc1cbe1e51b5e834e7db0481a3cfc38a55aeae49a8e53657994524b612e54136e7af1')
+sha512sums=('SKIP')
changelog=changelog.md
build() {