summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2018-08-07 15:26:01 +0300
committerAdrian Perez de Castro2018-08-07 15:26:01 +0300
commit99e9a812939e47cd5fe035167bb4559d2ce0376f (patch)
treeb3e840d6f146e7e007c2d9d13d941232d38bbb69
parent6227586e61265a0aa58ad1e52282f9f14f667852 (diff)
downloadaur-99e9a812939e47cd5fe035167bb4559d2ce0376f.tar.gz
Fix incorrect project URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4d4754ea6d..09107264292c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = em-keyboard
pkgdesc = Command-line utility for referencing emoji characters by name
pkgver = 0.0.7
- pkgrel = 2
- url = https://github.com/kennethreitz
+ pkgrel = 3
+ url = https://github.com/kennethreitz/em-keyboard
arch = any
license = custom:MIT
depends = python-docopt
diff --git a/PKGBUILD b/PKGBUILD
index f74656da2abb..658ec8484069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='em-keyboard'
pkgdesc='Command-line utility for referencing emoji characters by name'
pkgver='0.0.7'
-pkgrel='2'
-url='https://github.com/kennethreitz'
+pkgrel='3'
+url='https://github.com/kennethreitz/em-keyboard'
license=('custom:MIT')
arch=('any')
depends=('python-docopt' 'python-xerox')