summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeippo2020-08-12 13:24:38 +0000
committerpeippo2020-08-12 13:24:38 +0000
commitba2eaea949e89e2744d524493afd1bb5b8173f21 (patch)
treeaec1c7b1b38b17901ded01f611e11ec22314c7ba
parent7b681a10d3fccd4b7f329aee8679f20c954d7c34 (diff)
downloadaur-ba2eaea949e89e2744d524493afd1bb5b8173f21.tar.gz
python-emojientities-0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17539248cb2e..e536812310b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-emojientities
pkgdesc = retrieves emoji character range from unicode.org
- pkgver = 0.1.4
+ pkgver = 0.1.5
pkgrel = 0
url = https://gitlab.com/christoph.fink/python-emojientities
arch = any
license = GPLv3
makedepends = python-setuptools
depends = python-requests
- source = https://gitlab.com/christoph.fink/python-emojientities/uploads/bdf3a23795536c3fb66d1baf097200f0/emojientities-0.1.4.tar.gz
- sha256sums = a4fdcfa99ee87e45b326ad499215dd9de07ce728c93fb592ac20357745616b00
+ source = https://gitlab.com/christoph.fink/python-emojientities/uploads/71e3675a1032bdc0702eb8a5343944cc/emojientities-0.1.5.tar.gz
+ sha256sums = d8cec2414b36a4c62008775d784302b368be0ec4cbe0d605ea376acf0a57a9e0
pkgname = python-emojientities
diff --git a/PKGBUILD b/PKGBUILD
index 63a1b360f119..87464a2c5954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: peippo <christoph.fink@gmail.com>
pkgname=python-emojientities
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=0
pkgdesc="retrieves emoji character range from unicode.org"
@@ -12,8 +12,8 @@ arch=("any")
makedepends=("python-setuptools")
depends=("python-requests")
-source=("https://gitlab.com/christoph.fink/python-emojientities/uploads/bdf3a23795536c3fb66d1baf097200f0/emojientities-0.1.4.tar.gz")
-sha256sums=("a4fdcfa99ee87e45b326ad499215dd9de07ce728c93fb592ac20357745616b00")
+source=("https://gitlab.com/christoph.fink/python-emojientities/uploads/71e3675a1032bdc0702eb8a5343944cc/emojientities-0.1.5.tar.gz")
+sha256sums=("d8cec2414b36a4c62008775d784302b368be0ec4cbe0d605ea376acf0a57a9e0")
prepare() {
rm -Rf "${srcdir}/*/*.egg-info"