summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-07-31 04:36:24 +0200
committerRiccardo Berto2019-07-31 04:36:24 +0200
commitffcdeb099c874d8d26ab5a1ce0291e0edb311360 (patch)
tree82f7752c6f556b0ed4e3096ec41820ceff4aa1fb
parentcd8c9891f6b3a97c8294a99d7ce88f3eb7d624c0 (diff)
downloadaur-ffcdeb099c874d8d26ab5a1ce0291e0edb311360.tar.gz
upgpkg: python-emoji 0.5.3-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 c5c95c735aa2..cc52ff5b6b4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-emoji
pkgdesc = Emoji for Python
- pkgver = 0.5.2
+ pkgver = 0.5.3
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.2.tar.gz
- sha256sums = 9ae01495fc3fcc04e9136ca1af8cae58726ec5dfaaa92f61f0732cbae9a12fa9
+ source = https://files.pythonhosted.org/packages/source/e/emoji/emoji-0.5.3.tar.gz
+ sha256sums = b68112d40482a05e5da5d53da33d0aba3cce96891282c9c179cc340003c6c64e
pkgname = python-emoji
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 698667be057f..ec0e360b910a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-emoji'
pkgname=('python-emoji')
_module='emoji'
-pkgver='0.5.2'
+pkgver='0.5.3'
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=('9ae01495fc3fcc04e9136ca1af8cae58726ec5dfaaa92f61f0732cbae9a12fa9')
+sha256sums=('b68112d40482a05e5da5d53da33d0aba3cce96891282c9c179cc340003c6c64e')
build() {
cd "${srcdir}/${_module}-${pkgver}"