Removed unnecessary dependecy on glibc

This commit is contained in:
Daniel Jenssen 2022-08-13 15:34:22 +02:00
parent 5c84e7be24
commit 954bf94a3d
No known key found for this signature in database
GPG key ID: DC6AADB8CF6A63BA

View file

@ -1,12 +1,12 @@
# Maintainer: Daniel Jenssen <daerandin@gmail.com>
pkgname=cebac
pkgver=1.1
pkgrel=1
pkgrel=2
pkgdesc="Cloud storage backup helper"
arch=('x86_64')
url="https://gitlab.com/Daerandin/cebac"
license=('GPL3')
depends=('glibc' 'libarchive' 'gpgme' 'python')
depends=('libarchive' 'gpgme' 'python')
optdepends=('python-boto3' 'python-dropbox')
options=('strip')
source=(https://gitlab.com/Daerandin/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)