summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-05-02 22:54:13 +0200
committerPhilipp A2017-05-02 22:54:13 +0200
commitde5ab76c83d816ca05f206d9d4654cbb4f39f4c6 (patch)
tree8dba7e9af55b0580e96204c1771b73b71ab093fa
parent21f6fedbbe532be70153234763c03077f78431b4 (diff)
downloadaur-unicodemoticon.tar.gz
v3.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 723a2263456a..d13d0cd13f56 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.7.5
+ pkgver = 3.0.0
pkgrel = 1
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.7.5.tar.gz
- md5sums = c99aeeb6184f8e33c2f18e4fb2f0938f
+ source = https://files.pythonhosted.org/packages/source/u/unicodemoticon/unicodemoticon-3.0.0.zip
+ md5sums = 3ee39879f2ef02f6d61f1b274ba9ef0c
pkgname = unicodemoticon
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d91cecd5ba59
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/src/
+/pkg/
+/*.pkg.tar.xz
+/*.zip
+
diff --git a/PKGBUILD b/PKGBUILD
index d71ab7a1b516..8f7291f4be11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=unicodemoticon
-pkgver=2.7.5
+pkgver=3.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"
@@ -14,8 +14,8 @@ optdepends=(
makedepends=('python-distribute')
license=('GPL')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/u/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('c99aeeb6184f8e33c2f18e4fb2f0938f')
+source=("https://files.pythonhosted.org/packages/source/u/$pkgname/$pkgname-$pkgver.zip")
+md5sums=('3ee39879f2ef02f6d61f1b274ba9ef0c')
build() {