| author | Felix Yan
<felixonmars@archlinux.org> 2024-03-24 15:59:05 UTC |
| committer | Felix Yan
<felixonmars@archlinux.org> 2024-03-24 15:59:05 UTC |
| parent | d4a79c426d203b4a07c77a8e4b32fada282e90c9 |
| .SRCINFO | +19 | -0 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..ba4014c --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = python-secretstorage + pkgdesc = Securely store passwords and other private data using the SecretService DBus API + pkgver = 3.3.3 + pkgrel = 3 + url = https://github.com/mitya57/secretstorage + arch = any + license = BSD-3-Clause + checkdepends = org.freedesktop.secrets + checkdepends = xorg-server-xvfb + makedepends = python-setuptools + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + depends = python-cryptography + depends = python-jeepney + source = https://pypi.io/packages/source/S/SecretStorage/SecretStorage-3.3.3.tar.gz + sha512sums = 9a048c8245cfb01babebdd85dbbe84f9634b9b28188f7d11d3abad841109cfa307861de05e529199e409e595864ff3e097fcc961fcff210040d214a50f932f6e + +pkgname = python-secretstorage diff --git a/PKGBUILD b/PKGBUILD index 03993a3..d5d3d9e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=python-secretstorage _pkgname=SecretStorage pkgver=3.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="Securely store passwords and other private data using the SecretService DBus API" arch=('any') url="https://github.com/mitya57/secretstorage" @@ -33,5 +33,5 @@ package() { cd $_pkgname-$pkgver python -m installer --destdir="$pkgdir" dist/*.whl - install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ }