David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-pyphen
Commits:
6d097d46 by David Runge at 2024-04-24T11:00:08+02:00
upgpkg: 0.15.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyphen
pkgdesc = Pure Python module to hyphenate text
- pkgver = 0.14.0
- pkgrel = 3
+ pkgver = 0.15.0
+ pkgrel = 1
url = https://pyphen.org/
arch = any
license = GPL-2.0-or-later
@@ -13,8 +13,8 @@ pkgbase = python-pyphen
makedepends = python-installer
makedepends = python-wheel
depends = python
- source =
python-pyphen-0.14.0.tar.gz::https://github.com/Kozea/Pyphen/archive/refs/tags/0.14.0.tar.gz
- sha512sums =
62fa5282d16cde7d64164610e2e2de098351d4fa9f04c6f37923d5e43f5123dbf2094561b6de4d7b5b2f92a3506164b0e915b9d1c147eb3b70352c9358d7d457
- b2sums =
5b0063b5c88c21e2156c1d44ce216e34f1791bd48f3c537ae161d9f89becd20c1021b5d57665194456855152b634b86468943dc2c8d609224820873f55fd66ba
+ source =
python-pyphen-0.15.0.tar.gz::https://github.com/Kozea/Pyphen/archive/refs/tags/0.15.0.tar.gz
+ sha512sums =
a3c42e5831ef5b73a4583089807b5fd8de8cc2ef17e7ee4822780eb8df59eb38c1b21cab847ae85edc6687c1738f488850e08614cfca6aa6766bdb6f2934b693
+ b2sums =
1b26da3aac163a19cf2ec7f9770d4f9bb2c0fd30b67cbe0daa32e2753b52a25d34c314db4aea2884ab20de7704b3af267234b4328860494cef607bea5933bd75
pkgname = python-pyphen
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=python-pyphen
_name="${pkgname#python-}"
-pkgver=0.14.0
-pkgrel=3
+pkgver=0.15.0
+pkgrel=1
pkgdesc="Pure Python module to hyphenate text"
arch=(any)
url="https://pyphen.org/"
@@ -22,8 +22,8 @@ makedepends=(
)
checkdepends=(python-pytest)
source=($pkgname-$pkgver.tar.gz::$_url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('62fa5282d16cde7d64164610e2e2de098351d4fa9f04c6f37923d5e43f5123dbf2094561b6de4d7b5b2f92a3506164b0e915b9d1c147eb3b70352c9358d7d457')
-b2sums=('5b0063b5c88c21e2156c1d44ce216e34f1791bd48f3c537ae161d9f89becd20c1021b5d57665194456855152b634b86468943dc2c8d609224820873f55fd66ba')
+sha512sums=('a3c42e5831ef5b73a4583089807b5fd8de8cc2ef17e7ee4822780eb8df59eb38c1b21cab847ae85edc6687c1738f488850e08614cfca6aa6766bdb6f2934b693')
+b2sums=('1b26da3aac163a19cf2ec7f9770d4f9bb2c0fd30b67cbe0daa32e2753b52a25d34c314db4aea2884ab20de7704b3af267234b4328860494cef607bea5933bd75')
build() {
cd ${_name^}-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyphen/-/commit/6d097d46c8ec6261d9b3fdc3e223e50b9c252f6e
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyphen/-/commit/6d097d46c8ec6261d9b3fdc3e223e50b9c252f6e
You're receiving this email because of your account on gitlab.archlinux.org.