Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
rstcheck


Commits:
16619e40 by Daniel M. Capella at 2025-06-03T00:11:58-04:00
upgpkg: 6.2.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = rstcheck
        pkgdesc = Checks syntax of reStructuredText and code blocks nested 
within it
-       pkgver = 6.2.4
+       pkgver = 6.2.5
        pkgrel = 1
        url = https://github.com/rstcheck/rstcheck
        arch = any
@@ -15,7 +15,7 @@ pkgbase = rstcheck
        depends = python-rstcheck-core
        depends = python-typer
        optdepends = python-sphinx: for Sphinx support
-       source = git+https://github.com/rstcheck/rstcheck.git#tag=v6.2.4
-       b2sums = 
f42683cb93b9ec5034eabd0a9c832aa3cd7fc2244107db6cbc2a3273a375276d5ea8fa5ce6dc471d299a0aaa0f9632556c2eaeb572eb26429c417a7b74987563
+       source = git+https://github.com/rstcheck/rstcheck.git#tag=v6.2.5
+       b2sums = 
59cd16429002021b9f711d314b86734b00a636aa012456cbe956ddbe88666e3997e3ffe8a097448c1a6416144485c791b0677e325c4ca60a6dc1c6227d3d051a
 
 pkgname = rstcheck


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella <poly...@archlinux.org>
 
 pkgname=rstcheck
-pkgver=6.2.4
+pkgver=6.2.5
 pkgrel=1
 pkgdesc='Checks syntax of reStructuredText and code blocks nested within it'
 arch=(any)
@@ -24,7 +24,7 @@ checkdepends=(
 )
 optdepends=('python-sphinx: for Sphinx support')
 source=("git+$url.git#tag=v$pkgver")
-b2sums=('f42683cb93b9ec5034eabd0a9c832aa3cd7fc2244107db6cbc2a3273a375276d5ea8fa5ce6dc471d299a0aaa0f9632556c2eaeb572eb26429c417a7b74987563')
+b2sums=('59cd16429002021b9f711d314b86734b00a636aa012456cbe956ddbe88666e3997e3ffe8a097448c1a6416144485c791b0677e325c4ca60a6dc1c6227d3d051a')
 
 build() {
   cd $pkgname
@@ -41,7 +41,7 @@ check() {
 package() {
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s "$site_packages"/$pkgname-$pkgver.dist-info/LICENSE \
+  ln -s "$site_packages"/$pkgname-$pkgver.dist-info/licenses/LICENSE \
     "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rstcheck/-/commit/16619e40a2bdaf80ed367da292e4e2bdd965f7a8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rstcheck/-/commit/16619e40a2bdaf80ed367da292e4e2bdd965f7a8
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to