summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-09-13 04:57:28 +0200
committerRiccardo Berto2019-09-13 04:57:28 +0200
commit51c8d2aa66c816e85c63ceb7cb8de2203d7a828a (patch)
tree1fd05be63d9eb440a6363387c4018ab7134e1fde
parentffcdeb099c874d8d26ab5a1ce0291e0edb311360 (diff)
downloadaur-51c8d2aa66c816e85c63ceb7cb8de2203d7a828a.tar.gz
upgpkg: python-emoji 0.5.4-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc52ff5b6b4a..817b01827a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-emoji
pkgdesc = Emoji for Python
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = https://github.com/carpedm20/emoji/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/e/emoji/emoji-0.5.3.tar.gz
- sha256sums = b68112d40482a05e5da5d53da33d0aba3cce96891282c9c179cc340003c6c64e
+ source = https://files.pythonhosted.org/packages/source/e/emoji/emoji-0.5.4.tar.gz
+ sha256sums = 60652d3a2dcee5b8af8acb097c31776fb6d808027aeb7221830f72cdafefc174
pkgname = python-emoji
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index ec0e360b910a..39e0ec938853 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-emoji'
pkgname=('python-emoji')
_module='emoji'
-pkgver='0.5.3'
+pkgver='0.5.4'
pkgrel=1
pkgdesc="Emoji for Python"
url="https://github.com/carpedm20/emoji/"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('b68112d40482a05e5da5d53da33d0aba3cce96891282c9c179cc340003c6c64e')
+sha256sums=('60652d3a2dcee5b8af8acb097c31776fb6d808027aeb7221830f72cdafefc174')
build() {
cd "${srcdir}/${_module}-${pkgver}"