Skip to content

Commit

Permalink
upgpkg: python-pykakasi 2.2.1-5
Browse files Browse the repository at this point in the history
Merge subtree 'python-pykakasi'
  • Loading branch information
txtsd committed Oct 21, 2023
2 parents 56cce35 + c8f2bef commit 96ac159
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions python-pykakasi/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = python-pykakasi
pkgdesc = Lightweight converter from Japanese Kana-kanji sentences into Kana-Roman
pkgver = 2.2.1
pkgrel = 4
pkgrel = 5
url = https://codeberg.org/miurahr/pykakasi
arch = any
license = GPL3
Expand All @@ -14,7 +14,7 @@ pkgbase = python-pykakasi
depends = python-jaconv
depends = python-setuptools
source = https://files.pythonhosted.org/packages/source/p/pykakasi/pykakasi-2.2.1.tar.gz
source = python-pykakasi-remove-klepto.patch::https://codeberg.org/miurahr/pykakasi/pulls/156.patch
source = python-pykakasi-remove-klepto-1.patch::https://codeberg.org/miurahr/pykakasi/pulls/156.patch
sha256sums = 3a3510929a5596cae51fffa9cf78c0f742d96cebd93f726c96acee51407d18cc
sha256sums = b47d9c37d66afa7c58e51db96dd18e7a405b5b624308537f79b91242b69575ee

Expand Down
6 changes: 3 additions & 3 deletions python-pykakasi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_name=pykakasi
pkgname=python-$_name
pkgver=2.2.1
pkgrel=4
pkgrel=5
pkgdesc="Lightweight converter from Japanese Kana-kanji sentences into Kana-Roman"
arch=(any)
url="https://codeberg.org/miurahr/pykakasi"
Expand All @@ -21,14 +21,14 @@ makedepends=(
python-wheel
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
"$pkgname-remove-klepto.patch::$url/pulls/156.patch")
"$pkgname-remove-klepto-1.patch::$url/pulls/156.patch")
sha256sums=('3a3510929a5596cae51fffa9cf78c0f742d96cebd93f726c96acee51407d18cc'
'b47d9c37d66afa7c58e51db96dd18e7a405b5b624308537f79b91242b69575ee')

prepare() {
cd "$_name-$pkgver"
# remove build-time dependency on python-klepto
patch -Np1 -i "../$pkgname-remove-klepto.patch"
patch -Np1 -i "../$pkgname-remove-klepto-1.patch"
}

build() {
Expand Down

0 comments on commit 96ac159

Please sign in to comment.