[arch-commits] Commit in python-fxa/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Fri Jul 10 20:55:43 UTC 2020


    Date: Friday, July 10, 2020 @ 20:55:42
  Author: bgyorgy
Revision: 663171

upgpkg: python-fxa 0.7.6-1: Update to new version

Modified:
  python-fxa/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-10 20:55:05 UTC (rev 663170)
+++ PKGBUILD	2020-07-10 20:55:42 UTC (rev 663171)
@@ -3,15 +3,15 @@
 
 _pkgname=PyFxA
 pkgname=python-fxa
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.6
+pkgrel=1
 pkgdesc="Python library for interacting with the Firefox Accounts ecosystem"
-arch=('any')
+arch=(any)
 url="https://github.com/mozilla/PyFxA"
-license=('MPL2')
-depends=('python-browserid' 'python-cryptography' 'python-hawkauthlib')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mozilla/$_pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('c5c77d0b7e04afd9d52234fb8d3715485b999a62f24c1756ca120f108b28cf17')
+license=(MPL2)
+depends=(python-browserid python-cryptography python-hawkauthlib)
+source=(https://github.com/mozilla/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1350a9d0201011d15ef41c8cbf74f5efb6044d6cd29b7edf5601654b6ccf7cea')
 
 build() {
   cd $_pkgname-$pkgver



More information about the arch-commits mailing list