diff options
author | Daniel Jenssen | 2022-01-29 16:36:02 +0100 |
---|---|---|
committer | Daniel Jenssen | 2022-01-29 16:36:02 +0100 |
commit | ea31bd74aa0be3313d9718b00f5c68542449c91d (patch) | |
tree | 107e7d38412cbcb4af6c34a0d0249cc0b3255d5b /.SRCINFO | |
parent | d6b6373deafb1c777a66bea1b381f8edd47a97b1 (diff) | |
download | aur-ea31bd74aa0be3313d9718b00f5c68542449c91d.tar.gz |
Updated to version 1.0, and made boto3 an optional dependency-
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = cebac pkgdesc = Cloud storage backup helper - pkgver = 0.3.1 + pkgver = 1.0 pkgrel = 1 url = https://gitlab.com/Daerandin/cebac arch = x86_64 @@ -9,10 +9,10 @@ pkgbase = cebac depends = libarchive depends = gpgme depends = python - depends = python-boto3 + optdepends = python-boto3 options = strip - source = https://gitlab.com/Daerandin/cebac/-/archive/0.3.1/cebac-0.3.1.tar.gz + source = https://gitlab.com/Daerandin/cebac/-/archive/1.0/cebac-1.0.tar.gz validpgpkeys = 40EB5B887AF9E9AB68C06179CCDE95DE8A5C8CC6 - sha256sums = 1fb4d9faec9d17b86aa0979d982f40f905995d389192492c75e9951c256b8f96 + sha256sums = 9041e04d20bcf82322bd00cd6d2589551069c22e0dcf071437b28ee39a6ea58c pkgname = cebac |