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

Daniel M. Capella polyzen at archlinux.org
Tue Apr 6 16:51:20 UTC 2021


    Date: Tuesday, April 6, 2021 @ 16:51:19
  Author: polyzen
Revision: 912137

upgpkg: yamllint 1.26.1-1

Modified:
  yamllint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 16:42:48 UTC (rev 912136)
+++ PKGBUILD	2021-04-06 16:51:19 UTC (rev 912137)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=yamllint
-pkgver=1.26.0
-pkgrel=2
+pkgver=1.26.1
+pkgrel=1
 pkgdesc='Linter for YAML files'
 arch=('any')
 url=https://github.com/adrienverge/yamllint
@@ -11,14 +11,9 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('b0e4c89985c7f5f8451c2eb8c67d804d10ac13a4abe031cbf49bdf3465d01087')
-b2sums=('34eb47ee092173551d196d3399168e60b34f2a016894777054f361de1da06089a758a33b710a0564c49f11784b6e19453763ee597e54877a44db6477fcced443')
+sha256sums=('87d9462b3ed7e9dfa19caa177f7a77cd9888b3dc4044447d6ae0ab233bcd1324')
+b2sums=('b53d7878c903b67e57361989bb7b4e9e96269997abb6e2aec4a15dcc13ea71133779656e51197986a89f0c32490e83bde2f42842714986c5c9ec0189bb7cb015')
 
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/setuptools/d' setup.cfg
-}
-
 build() {
   cd $pkgname-$pkgver
   python setup.py build



More information about the arch-commits mailing list