summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Strandin2017-10-20 23:33:35 +0200
committerFredrik Strandin2017-10-20 23:33:35 +0200
commit761c8ed0a1a897bdd9b5422885c182c3ac3414a8 (patch)
tree4a9e52e013b4f36cff57da82a5391d76d5aa587e
parent1f70f6e8dc1a3b4f0c1360cc7c5da9e781359037 (diff)
downloadaur-761c8ed0a1a897bdd9b5422885c182c3ac3414a8.tar.gz
New version of emoji-keyboard 2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b0beaa8aa3d..64d7a5e6888d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emoji-keyboard
pkgdesc = Virtual keyboard-like emoji picker for linux
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/OzymandiasTheGreat/emoji-keyboard
arch = i686
@@ -9,8 +9,8 @@ pkgbase = emoji-keyboard
depends = python
depends = python-xlib
depends = libappindicator-gtk3
- source = https://github.com/OzymandiasTheGreat/emoji-keyboard/archive/2.1.0.tar.gz
- sha256sums = 2d366a6cb2557e1c8c2b5a4de600cd2553306a5ece2540c20dc5049a5cff1a44
+ source = https://github.com/OzymandiasTheGreat/emoji-keyboard/archive/2.2.0.tar.gz
+ sha256sums = 39e4e9edb1d3f75a73f4161289a4586d77a8b4c0c9743437e7239e5976ea157c
pkgname = emoji-keyboard
diff --git a/PKGBUILD b/PKGBUILD
index 53199773483c..73779f35fa00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Fredrik Strandin <fredrik at strandin dot name>
pkgname=emoji-keyboard
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Virtual keyboard-like emoji picker for linux"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/OzymandiasTheGreat/emoji-keyboard"
license=('GPL3')
depends=('python' 'python-xlib' 'libappindicator-gtk3')
source=("https://github.com/OzymandiasTheGreat/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('2d366a6cb2557e1c8c2b5a4de600cd2553306a5ece2540c20dc5049a5cff1a44')
+sha256sums=('39e4e9edb1d3f75a73f4161289a4586d77a8b4c0c9743437e7239e5976ea157c')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"