Package Details: backupninja-git 1113.5cc8040-1

Git Clone URL: https://aur.archlinux.org/backupninja-git.git (read-only, click to copy)
Package Base: backupninja-git
Description: A centralized way to configure and schedule many different backup utilities
Upstream URL: https://0xacab.org/liberate/backupninja
Keywords: backup
Licenses: GPL
Submitter: ser
Maintainer: funilrys
Last Packager: funilrys
Votes: 2
Popularity: 0.000000
First Submitted: 2015-06-25 06:12 (UTC)
Last Updated: 2021-02-28 06:17 (UTC)

Dependencies (9)

Required by (0)

Sources (1)

Pinned Comments

funilrys commented on 2021-02-01 09:39 (UTC) (edited on 2021-02-01 09:41 (UTC) by funilrys)

Hello, World! :-)

This AUR package is now managed on GitHub. Feel free to submit your package/installation issues as long as PR in the GitHub repository.

From now on, every change made inside the GitHub repository will be automatically synchronized here.

As of now, every Sunday around 06:00 (UTC); this package would be updated automatically - if a new version is available.

Stay safe and healthy.


Links:

Latest Comments

funilrys commented on 2021-02-01 09:39 (UTC) (edited on 2021-02-01 09:41 (UTC) by funilrys)

Hello, World! :-)

This AUR package is now managed on GitHub. Feel free to submit your package/installation issues as long as PR in the GitHub repository.

From now on, every change made inside the GitHub repository will be automatically synchronized here.

As of now, every Sunday around 06:00 (UTC); this package would be updated automatically - if a new version is available.

Stay safe and healthy.


Links:

Benzhaomin commented on 2020-03-02 17:04 (UTC)

as @tpreissler said, pkgver() uses git describe in such a way that the package version remains too old and yay keeps wanting to update it

==> Finished making: backupninja-git backupninja.1.1.0.6.gf9529d1-1

setting pkgver() to the recommended versioning scheme for *-git packages fixes it

 diff --git a/PKGBUILD b/PKGBUILD
index 7434973..c452244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ backup=('etc/backupninja.conf')

 pkgver() {
   cd "$SRCDEST/$_pkgname"
-  git describe --always | sed 's|-|.|g' | cut -d "v" -f2
+  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 }

 build() {

==> Finished making: backupninja-git 872.f9529d1-1

tpreissler commented on 2020-01-27 18:44 (UTC) (edited on 2020-01-27 18:47 (UTC) by tpreissler)

Hi,

thanks for this package.

I am using "yay" and it now keeps reporting

1 aur/backupninja-git backupninja.1.1.0.6.gf9529d1-1 -> 1.0.2.14.ge0b4375-2

So I upgrade it, but then when running yay again, it is still reporting the same available upgrade - ? I have

local/backupninja-git backupninja.1.1.0.6.gf9529d1-1

installed. It looks like it thinks 1.0.2.14 is an upgrade...

Cheers

Tom

brando56894 commented on 2018-03-20 16:13 (UTC)

You are missing beginning and ending quotes in the depends line, it should be as follows:

depends=('bash' 'dialog')

brando56894 commented on 2018-03-03 21:19 (UTC)

Please add 'dialog' to the 'depends' array, backupninja won't work without it.

Tharbad commented on 2016-10-11 23:13 (UTC)

Thanks

funilrys commented on 2016-10-11 17:06 (UTC)

@Tharbad fixed

Tharbad commented on 2016-10-11 02:06 (UTC) (edited on 2016-10-11 04:35 (UTC) by Tharbad)

==> Building and installing package ==> Making package: backupninja-git 1.0.2-2 ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Cloning backupninja git repo... Cloning into bare repository '/tmp/yaourt-tmp-/aur-backupninja-git/backupninja'... remote: Counting objects: 4260, done. remote: Compressing objects: 100% (1218/1218), done. remote: Total 4260 (delta 3113), reused 4134 (delta 3023) Receiving objects: 100% (4260/4260), 777.17 KiB | 96.00 KiB/s, done. Resolving deltas: 100% (3113/3113), done. ==> Validating source files with md5sums... backupninja ... Skipped ==> Extracting sources... -> Creating working copy of backupninja git repo... Cloning into 'backupninja'... done. ==> Starting pkgver()... fatal: No names found, cannot describe anything. ==> ERROR: pkgver is not allowed to be empty. ==> ERROR: pkgver() generated an invalid version: ==> ERROR: Makepkg was unable to build backupninja-git. Ideas?

Benzhaomin commented on 2016-09-10 09:26 (UTC)

Upstream is now at https://0xacab.org/riseuplabs/backupninja.git

brando56894 commented on 2016-08-28 17:57 (UTC)

I believe the location of the Git repository has changed from https://labs.riseup.net/code/backupninja.git to https://labs.riseup.net/backupninja.git ==> Retrieving sources... -> Cloning backupninja git repo... Cloning into bare repository '/tmp/yaourt-tmp-bran/aur-backupninja-git/backupninja'... remote: Not Found fatal: repository 'https://labs.riseup.net/code/backupninja.git/' not found ==> ERROR: Failure while downloading backupninja git repo Aborting...