summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"