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

Felix Yan felixonmars at archlinux.org
Sat Jun 12 15:15:31 UTC 2021


    Date: Saturday, June 12, 2021 @ 15:15:31
  Author: felixonmars
Revision: 963178

upgpkg: python-fasteners 0.16-1

Modified:
  python-fasteners/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-12 15:02:08 UTC (rev 963177)
+++ PKGBUILD	2021-06-12 15:15:31 UTC (rev 963178)
@@ -2,16 +2,16 @@
 # Contributor: Tomislav Ivek <tomislav.ivek at gmail.com>
 
 pkgname=python-fasteners
-pkgver=0.15
-pkgrel=5
+pkgver=0.16
+pkgrel=1
 pkgdesc="A python package that provides useful locks."
 arch=('any')
 url="https://github.com/harlowja/fasteners"
 license=('Apache')
-depends=('python-six' 'python-monotonic')
+depends=('python-six')
 makedepends=('python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/harlowja/fasteners/archive/$pkgver.tar.gz")
-sha512sums=('0c77c7061c8b76d0d018b07a3d33fc71701842f5b686456ebf31069694baa27a6cc47196267f24bc296078e7503ab0709fa28c9f0088c3cf777ea0e133bb5832')
+sha512sums=('9157e6b946f70449e8394f9ac232b24f7863d1c80227cdc08b9408a8711294ac43efab82b5d88e83b9d223156a35856790a65ba7c64c9a87d59bd838ba72bfa7')
 
 build() {
   cd "$srcdir/fasteners-$pkgver"



More information about the arch-commits mailing list