Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / python-unidecode
Commits: e1cb9da6 by Maxime Gauduin at 2023-10-09T23:32:52+02:00 upgpkg: 1.3.7-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = python-unidecode + pkgdesc = ASCII transliterations of Unicode text + pkgver = 1.3.7 + pkgrel = 1 + url = https://github.com/avian2/unidecode + arch = any + license = GPL + makedepends = git + makedepends = python-setuptools + depends = python + source = git+https://github.com/avian2/unidecode.git#tag=539e82a4fc4646b738fbbbf00f98cec5db8a534b + sha256sums = SKIP + +pkgname = python-unidecode ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: Kwpolska <[email protected]> pkgname=python-unidecode -pkgver=1.3.6 -pkgrel=2 +pkgver=1.3.7 +pkgrel=1 pkgdesc='ASCII transliterations of Unicode text' arch=(any) url=https://github.com/avian2/unidecode @@ -13,7 +13,7 @@ makedepends=( git python-setuptools ) -_tag=414199246e4871669896756279e3460ff0364839 +_tag=539e82a4fc4646b738fbbbf00f98cec5db8a534b source=(git+https://github.com/avian2/unidecode.git#tag=${_tag}) sha256sums=(SKIP) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-unidecode/-/commit/e1cb9da6acd051562eb4e043a0dbad3e411da720 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-unidecode/-/commit/e1cb9da6acd051562eb4e043a0dbad3e411da720 You're receiving this email because of your account on gitlab.archlinux.org.
