summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRiccardo Berto2019-05-17 09:26:22 +0200
committerRiccardo Berto2019-05-17 09:26:22 +0200
commitcd8c9891f6b3a97c8294a99d7ce88f3eb7d624c0 (patch)
treed91ffdc43ffb5ac110950badc94e208f26f34665 /PKGBUILD
parent344dc0b1ff2dd3adf9ad939acd5174da3b8e6630 (diff)
downloadaur-cd8c9891f6b3a97c8294a99d7ce88f3eb7d624c0.tar.gz
upgpkg: python-emoji 0.5.2-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b02b8990df0..698667be057f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-pkgbase=('python-emoji')
+pkgbase='python-emoji'
pkgname=('python-emoji')
_module='emoji'
-pkgver='0.4.5'
+pkgver='0.5.2'
pkgrel=1
pkgdesc="Emoji for Python"
url="https://github.com/carpedm20/emoji/"
@@ -9,8 +9,8 @@ depends=('python')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/e/emoji/emoji-${pkgver}.tar.gz")
-md5sums=('5dce7cf156a4980d38300974af4da628')
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
+sha256sums=('9ae01495fc3fcc04e9136ca1af8cae58726ec5dfaaa92f61f0732cbae9a12fa9')
build() {
cd "${srcdir}/${_module}-${pkgver}"