git » python-secretstorage.git » commit 1877ace

upgpkg: 3.3.0-1

author Felix Yan
2020-11-24 16:16:57 UTC
committer Felix Yan
2020-11-24 16:16:57 UTC
parent d73d8bb678403f5ad7592cf127cc5ff98cc0c757

upgpkg: 3.3.0-1

PKGBUILD +4 -4

diff --git a/PKGBUILD b/PKGBUILD
index 1939920..3c4f8fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 
 pkgname=python-secretstorage
 _pkgname=SecretStorage
-pkgver=3.2.0
-pkgrel=3
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage"
@@ -14,7 +14,7 @@ license=('BSD')
 depends=('python-cryptography' 'python-jeepney')
 checkdepends=('org.freedesktop.secrets' 'xorg-server-xvfb')
 source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha512sums=('668f3847f573e1756ffa3a38c278e6d4895223553830d49969e979003d04ca04fb5eaf8dfcc616086a6020f6a73fbe71f7041d4c4ee574205f00fbde945298e9')
+sha512sums=('d33c11b98824d214eb67c5b11a7fe0d14af084edfebc1d83204bcfd167258fbc07be8c1de8824ec984d83d07bfd66271c44f751784429e574cb240b5add70e16')
 
 build() {
   cd $_pkgname-$pkgver
@@ -25,7 +25,7 @@ build() {
 check() {
   cd $_pkgname-$pkgver
 
-  dbus-launch xvfb-run -a python -m unittest discover -s tests || warning "Tests failed"
+  dbus-launch xvfb-run -a python -m unittest discover -s tests || echo "Tests failed"
 }
 
 package() {