summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12017-03-18 13:03:23 +0800
committerChocobo12017-03-18 13:03:23 +0800
commit8b1016513d6e38c6b211f92f268300f309b32ebb (patch)
treea1165c6cb1198ef6f64c4c56cb379b6b1f447846
parentee2b645c31ac62ad0eb2b518d197a0269c4065d7 (diff)
downloadaur-8b1016513d6e38c6b211f92f268300f309b32ebb.tar.gz
upgpkg: chewing-editor-git 0.1.1.r30.g637be39-2
Add provides, conflicts fields
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9120f58d1a13..5665fe38aa14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chewing-editor-git
pkgdesc = Cross platform chewing user phrase editor
pkgver = 0.1.1.r30.g637be39
- pkgrel = 1
+ pkgrel = 2
url = http://chewing.im
arch = i686
arch = x86_64
@@ -13,6 +13,8 @@ pkgbase = chewing-editor-git
depends = libchewing
depends = qt5-base
depends = hicolor-icon-theme
+ provides = chewing-editor
+ conflicts = chewing-editor
source = git+https://github.com/chewing/chewing-editor.git
source = qtchooser-notfound.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 59becc2dec54..c787f68eecbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=chewing-editor-git
pkgver=0.1.1.r30.g637be39
-pkgrel=1
+pkgrel=2
pkgdesc="Cross platform chewing user phrase editor"
arch=('i686' 'x86_64')
url="http://chewing.im"
license=('GPL')
depends=('libchewing' 'qt5-base' 'hicolor-icon-theme')
makedepends=('git' 'cmake' 'qt5-tools' 'help2man')
+provides=('chewing-editor')
+conflicts=('chewing-editor')
source=("git+https://github.com/chewing/chewing-editor.git"
qtchooser-notfound.patch)
sha256sums=('SKIP'