summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2016-10-07 09:18:08 +0200
committerPhilipp A2016-10-07 09:18:08 +0200
commit70c30a03f55f841e11a616b22583b214737bdf3c (patch)
tree32d6a08689765dab4332bb5eda0199ee6842e3e6
parentc3e4ad5668a3a40a480c513bba53aa00d9d5210c (diff)
downloadaur-70c30a03f55f841e11a616b22583b214737bdf3c.tar.gz
v2.5.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 329c671cef6a..613c30f6cc81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unicodemoticon
pkgdesc = Like a Color Picker but for Unicode Emoticons. Trayicon with Unicode Emoticons using Python3 Qt5.
- pkgver = 2.3.4
+ pkgver = 2.5.6
pkgrel = 2
url = https://github.com/juancarlospaco/unicodemoticon
arch = any
@@ -14,8 +14,8 @@ pkgbase = unicodemoticon
optdepends = noto-fonts: Fonts designed to cover a wide unicode range
optdepends = ttf-freefont: Another font covering a wide unicode range
optdepends = ttf-ancient-fonts: Contains ttf-symbola and yet more fonts covering a wide unicode range
- source = https://files.pythonhosted.org/packages/source/u/unicodemoticon/unicodemoticon-2.3.4.tar.gz
- md5sums = 97caf0797231077eec7bbb8c58957a63
+ source = https://files.pythonhosted.org/packages/source/u/unicodemoticon/unicodemoticon-2.5.6.tar.gz
+ md5sums = 9cd627ef9cbed0d56d272305b818f016
pkgname = unicodemoticon
diff --git a/PKGBUILD b/PKGBUILD
index d847fb5576c5..3daef6c708ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=unicodemoticon
-pkgver=2.3.4
+pkgver=2.5.6
pkgrel=2
pkgdesc="Like a Color Picker but for Unicode Emoticons. Trayicon with Unicode Emoticons using Python3 Qt5."
url="https://github.com/juancarlospaco/unicodemoticon"
@@ -15,7 +15,7 @@ makedepends=('python-distribute')
license=('GPL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/u/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('97caf0797231077eec7bbb8c58957a63')
+md5sums=('9cd627ef9cbed0d56d272305b818f016')
build() {