summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-01-10 17:17:55 +0100
committerPhilipp A2017-01-10 17:18:19 +0100
commit21f6fedbbe532be70153234763c03077f78431b4 (patch)
treeb2bc0a7d9de167e66ed477e268297c23c5302f85
parent70c30a03f55f841e11a616b22583b214737bdf3c (diff)
downloadaur-21f6fedbbe532be70153234763c03077f78431b4.tar.gz
v2.7.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 613c30f6cc81..723a2263456a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = unicodemoticon
pkgdesc = Like a Color Picker but for Unicode Emoticons. Trayicon with Unicode Emoticons using Python3 Qt5.
- pkgver = 2.5.6
- pkgrel = 2
+ pkgver = 2.7.5
+ pkgrel = 1
url = https://github.com/juancarlospaco/unicodemoticon
arch = any
license = GPL
makedepends = python-distribute
depends = python
depends = python-pyqt5
- depends = python-anglerfish
+ depends = python-anglerfish>=2
optdepends = ttf-symbola: Font with emoji
optdepends = noto-fonts-emoji: Another font with emoji
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.5.6.tar.gz
- md5sums = 9cd627ef9cbed0d56d272305b818f016
+ source = https://files.pythonhosted.org/packages/source/u/unicodemoticon/unicodemoticon-2.7.5.tar.gz
+ md5sums = c99aeeb6184f8e33c2f18e4fb2f0938f
pkgname = unicodemoticon
diff --git a/PKGBUILD b/PKGBUILD
index 3daef6c708ce..d71ab7a1b516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=unicodemoticon
-pkgver=2.5.6
-pkgrel=2
+pkgver=2.7.5
+pkgrel=1
pkgdesc="Like a Color Picker but for Unicode Emoticons. Trayicon with Unicode Emoticons using Python3 Qt5."
url="https://github.com/juancarlospaco/unicodemoticon"
-depends=('python' 'python-pyqt5' 'python-anglerfish')
+depends=('python' 'python-pyqt5' 'python-anglerfish>=2')
optdepends=(
'ttf-symbola: Font with emoji'
'noto-fonts-emoji: Another font with emoji'
@@ -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=('9cd627ef9cbed0d56d272305b818f016')
+md5sums=('c99aeeb6184f8e33c2f18e4fb2f0938f')
build() {