summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2016-02-03 14:17:41 +0100
committerPhilipp A2016-02-03 14:17:41 +0100
commit6be6600f9b5551e4106e549d6e85e8fe3803fb58 (patch)
tree242a2516f9b2b7f75f62fa16487f75d8d31512e6
parent2d4f4c51935b7c9f07c1086e48394f78f0dccbfa (diff)
downloadaur-6be6600f9b5551e4106e549d6e85e8fe3803fb58.tar.gz
hotfix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6feca5b58d9d..c1c2a5041216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unicodemoticon
pkgdesc = Like a Color Picker but for Unicode Emoticons. Trayicon with Unicode Emoticons using Python3 Qt5.
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/juancarlospaco/unicodemoticon
arch = any
license = GPL
@@ -10,7 +10,7 @@ pkgbase = unicodemoticon
depends = python-pyqt5
optdepends = ttf-symbola: Font with emoji
source = https://github.com/juancarlospaco/unicodemoticon/archive/2.1.1.tar.gz
- sha256sums = 3603a6f771d86d8dc847405810cec9a694da5b0b1eb74f9135eb67dc0497c5e2
+ sha256sums = 625d87e9d73fa1a72b3b029d80f56a63e72b4d56f7bdfebf02ed05f1aa0fef52
pkgname = unicodemoticon
diff --git a/PKGBUILD b/PKGBUILD
index 25456201df03..0f64c3f8abe5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=unicodemoticon
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
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')
@@ -9,7 +9,7 @@ makedepends=('python-distribute')
license=('GPL')
arch=('any')
source=("https://github.com/juancarlospaco/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('3603a6f771d86d8dc847405810cec9a694da5b0b1eb74f9135eb67dc0497c5e2')
+sha256sums=('625d87e9d73fa1a72b3b029d80f56a63e72b4d56f7bdfebf02ed05f1aa0fef52')
build() {