Skip to content

Commit

Permalink
python-emoji: Update to 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 25, 2025
1 parent 21a44cf commit e0acf8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-python-emoji/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
_realname=emoji
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.14.0
pkgrel=2
pkgver=2.14.1
pkgrel=1
pkgdesc="Emoji for Python (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('f68ac28915a2221667cddb3e6c589303c3c6954c6c5af6fefaec7f9bdf72fdca')
sha256sums=('f8c50043d79a2c1410ebfae833ae1868d5941a67a6cd4d18377e2eb0bd79346b')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit e0acf8e

Please sign in to comment.