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

Levente Polyak anthraxx at archlinux.org
Wed Jan 20 23:10:02 UTC 2021


    Date: Wednesday, January 20, 2021 @ 23:10:02
  Author: anthraxx
Revision: 824033

upgpkg: python-requests-aws4auth 1.0.1-1

Modified:
  python-requests-aws4auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-20 23:05:25 UTC (rev 824032)
+++ PKGBUILD	2021-01-20 23:10:02 UTC (rev 824033)
@@ -3,8 +3,8 @@
 
 _pkgname=requests-aws4auth
 pkgname=python-requests-aws4auth
-pkgver=0.9
-pkgrel=6
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='Amazon Web Services version 4 authentication for the Python Requests module'
 url='https://github.com/sam-washington/requests-aws4auth'
 arch=('x86_64')
@@ -12,8 +12,9 @@
 depends=('python' 'python-requests')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sam-washington/requests-aws4auth/archive/${pkgver}.tar.gz)
-sha512sums=('cf378f3ac97fe44000c17c15a5d75774e95dd9ddab7f4d550f676505de1641df79b0209750c376d51e9e49c7114b2b6891e292ab3e55313ee127c924217fe8a2')
+source=(https://github.com/sam-washington/requests-aws4auth/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('99fd0a125f2808fd8871876674004370e558b22d311925203cdc59d11ab9503f423d7adbe1dd849ed2d2c3969cb5bc5e4fb40f0e4d44f9164416837915742fd2')
+b2sums=('b86eca51d01aa44d3d16bc879499876939302f9e51fc0c35684e9e2fb3805f761bfa5db5ac5ca2007f8820bfd229f86caa7c477ac4a524fc019c538c42136735')
 
 prepare() {
   cd ${_pkgname}-${pkgver}
@@ -33,8 +34,8 @@
 package() {
   cd ${_pkgname}-${pkgver}
   python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE NOTICE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list