Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-emoji
Commits:
edd35d2b by Felix Yan at 2024-10-23T02:03:39+03:00
upgpkg: 2.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-emoji
pkgdesc = Emoji for Python
- pkgver = 2.13.2
+ pkgver = 2.14.0
pkgrel = 1
url = https://github.com/carpedm20/emoji
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-emoji
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = git+https://github.com/carpedm20/emoji.git#tag=v2.13.2
- sha512sums =
8ef6578d0257d29992fc159e2cb5ac65b5dc10f9314b2bfae45cf64fa641c46a0803cb2b10f6c92b5f59199e510b27119e1fdf62e40c192a71f5dab333cc80ca
+ source = git+https://github.com/carpedm20/emoji.git#tag=v2.14.0
+ sha512sums =
1bf088e5436951f526c90788ee45b19857189ca9ea33218a389fc53cbb2a6b644a431be40b941544fb57a95bd98d8495a1be65b2c5f43c54e15c00f5969d0d7a
pkgname = python-emoji
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-emoji
-pkgver=2.13.2
+pkgver=2.14.0
pkgrel=1
pkgdesc="Emoji for Python"
url="https://github.com/carpedm20/emoji"
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-pytest')
source=("git+https://github.com/carpedm20/emoji.git#tag=v$pkgver")
-sha512sums=('8ef6578d0257d29992fc159e2cb5ac65b5dc10f9314b2bfae45cf64fa641c46a0803cb2b10f6c92b5f59199e510b27119e1fdf62e40c192a71f5dab333cc80ca')
+sha512sums=('1bf088e5436951f526c90788ee45b19857189ca9ea33218a389fc53cbb2a6b644a431be40b941544fb57a95bd98d8495a1be65b2c5f43c54e15c00f5969d0d7a')
build() {
cd emoji
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-emoji/-/commit/edd35d2bb625d75ee8f2ae68fe9529153438afc4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-emoji/-/commit/edd35d2bb625d75ee8f2ae68fe9529153438afc4
You're receiving this email because of your account on gitlab.archlinux.org.