summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodl2016-06-24 10:24:08 +0200
committercodl2016-06-24 10:24:08 +0200
commit0706c9b4749aee3b8d7f93bd5fee14868aa57d3a (patch)
tree6af4a7a891bef5a87adbca8e696f7df77afa05e5
parentd4d3cf98bf3e859549a44c797067ac9c48f4b3f6 (diff)
downloadaur-0706c9b4749aee3b8d7f93bd5fee14868aa57d3a.tar.gz
fix: git isn't a makedepend
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bff02cdee5b8..2ed4a1ab4f10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by mksrcinfo v8
-# Wed Jun 22 14:19:47 UTC 2016
+# Fri Jun 24 08:23:56 UTC 2016
pkgbase = ibus-uniemoji
pkgdesc = A simple input method for ibus that allows you to enter unicode emoji and other symbols by name
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lalomartins/ibus-uniemoji
arch = i686
arch = x86_64
license = GPL
- makedepends = git
depends = python
depends = libibus
optdepends = python-levenshtein: faster fuzzy search
diff --git a/PKGBUILD b/PKGBUILD
index a10069bd7920..0bff99bfbfcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=ibus-uniemoji
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple input method for ibus that allows you to enter unicode emoji and other symbols by name"
arch=(i686 x86_64)
url="https://github.com/lalomartins/ibus-uniemoji"
license=('GPL')
depends=('python' 'libibus')
-makedepends=('git')
conflicts=('ibus-uniemoji-git')
optdepends=('python-levenshtein: faster fuzzy search')
source=("https://github.com/salty-horse/ibus-uniemoji/archive/v${pkgver}.tar.gz")