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

Daniel M. Capella polyzen at gemini.archlinux.org
Wed Apr 13 04:56:00 UTC 2022


    Date: Wednesday, April 13, 2022 @ 04:56:00
  Author: polyzen
Revision: 1186017

upgpkg: rstcheck 3.4.0-1

Modified:
  rstcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-13 04:45:28 UTC (rev 1186016)
+++ PKGBUILD	2022-04-13 04:56:00 UTC (rev 1186017)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel M. Capella <polyzen at archlinux.org>
 
 pkgname=rstcheck
-pkgver=3.3.1
-pkgrel=6
+pkgver=3.4.0
+pkgrel=1
 pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
 arch=('any')
 url=https://github.com/myint/rstcheck
@@ -11,8 +11,9 @@
 makedepends=('python-setuptools')
 checkdepends=('python-sphinx')
 optdepends=('python-sphinx: Sphinx support')
-source=("$url/archive/v$pkgver/rstcheck-v$pkgver.tar.gz")
-b2sums=('3aa20104645add4fbf7d47423def9166b98d67a7b132759f0ef0a0c10b36857dd0bd9a8ba180256b0208e8e7fc27fe20065bb2b5995988a9e738be20b14ef765')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('a142f780bcfa5d17407f1729c66a45ddbbb979789dafda16b19aa347ea8a2d4c')
+b2sums=('f317283367fb581a8623fb3acf7265c01d895b84c23f20b3fcab2fb6d3db1a215c0c6ad9ec59bbbdc6240ffcb2533036b5605dad799a04930383afb323b152d8')
 
 build() {
   cd rstcheck-$pkgver



More information about the arch-commits mailing list