summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorifurther2021-01-03 01:36:55 +0800
committerifurther2021-01-03 01:36:55 +0800
commit8dab5525b3495ca16fd727a7a932d61c92db5801 (patch)
tree95776e7e24cbaaf1d753ad2107c94760417962b7
parent51c8d2aa66c816e85c63ceb7cb8de2203d7a828a (diff)
downloadaur-python-emoji.tar.gz
update version to 0.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 817b01827a5c..0d95748c4d33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-emoji
pkgdesc = Emoji for Python
- pkgver = 0.5.4
+ pkgver = 0.6.0
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.4.tar.gz
- sha256sums = 60652d3a2dcee5b8af8acb097c31776fb6d808027aeb7221830f72cdafefc174
+ source = https://files.pythonhosted.org/packages/source/e/emoji/emoji-0.6.0.tar.gz
+ sha256sums = e42da4f8d648f8ef10691bc246f682a1ec6b18373abfd9be10ec0b398823bd11
pkgname = python-emoji
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 39e0ec938853..0944210cde93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase='python-emoji'
pkgname=('python-emoji')
_module='emoji'
-pkgver='0.5.4'
+pkgver='0.6.0'
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=('60652d3a2dcee5b8af8acb097c31776fb6d808027aeb7221830f72cdafefc174')
+sha256sums=('e42da4f8d648f8ef10691bc246f682a1ec6b18373abfd9be10ec0b398823bd11')
build() {
cd "${srcdir}/${_module}-${pkgver}"