| author | Eli Schwartz
<eschwartz@archlinux.org> 2018-07-18 05:54:54 UTC |
| committer | Eli Schwartz
<eschwartz@archlinux.org> 2018-07-18 05:54:54 UTC |
| parent | 753ca02560c0c2e124fcc6b1f2a877ee50bbeb43 |
| PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index f5d80da..ffc6d79 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,18 +4,19 @@ pkgname=python-secretstorage pkgver=3.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Securely store passwords and other private data using the SecretService DBus API" arch=('any') -url="https://pypi.python.org/pypi/SecretStorage" +url="https://pypi.org/project/SecretStorage/" license=('BSD') depends=('python-cryptography' 'python-jeepney') checkdepends=('gnome-keyring' 'xorg-server-xvfb') source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz") sha512sums=('830f8de1a300d4a334ce7c2fa494ac1d8f1e36a8518f3df6df2b352ac3377bcdb84293b1c809b18bc774a61188b91f31fa30c15109b7aec180a2d1f522f2a165') -prepare() { - cp -a SecretStorage-$pkgver{,-py2} +build() { + cd SecretStorage-$pkgver + python setup.py build } check() {