summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2016-01-27 16:33:08 +0100
committerPhilipp A2016-01-27 16:33:08 +0100
commit2c96170125df970f72bfeb320392117f0312b573 (patch)
tree540177fb4bc6be9d6b212a36b30d47dd018401a1
parent5f8e532894ad3d762def2ee651d0c3f1469c4abf (diff)
downloadaur-2c96170125df970f72bfeb320392117f0312b573.tar.gz
v2.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b6d74694e8f..70a25c7a6e1a 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 = 1.2.2
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/juancarlospaco/unicodemoticon
arch = any
@@ -9,8 +9,8 @@ pkgbase = unicodemoticon
depends = python
depends = python-pyqt5
optdepends = ttf-symbola: Font with emoji
- source = https://pypi.python.org/packages/source/u/unicodemoticon/unicodemoticon-1.2.2.zip
- md5sums = 5c211182bc74d3a06a3ab281a5041d36
+ source = https://pypi.python.org/packages/source/u/unicodemoticon/unicodemoticon-2.0.0.zip
+ md5sums = 769a027b859cc937b20d540ca83ff2ce
pkgname = unicodemoticon
diff --git a/PKGBUILD b/PKGBUILD
index 16ac91cd6595..717f4108f750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=unicodemoticon
-pkgver=1.2.2
+pkgver=2.0.0
pkgrel=1
pkgdesc="Like a Color Picker but for Unicode Emoticons. Trayicon with Unicode Emoticons using Python3 Qt5."
url="https://github.com/juancarlospaco/unicodemoticon"
@@ -9,7 +9,7 @@ makedepends=('python-distribute')
license=('GPL')
arch=('any')
source=("https://pypi.python.org/packages/source/u/$pkgname/$pkgname-$pkgver.zip")
-md5sums=('5c211182bc74d3a06a3ab281a5041d36')
+md5sums=('769a027b859cc937b20d540ca83ff2ce')
build() {