summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-05 21:10:51 +0200
committerMaxime Gauduin2017-05-05 21:10:51 +0200
commite19e6dd3d542a0096f0632f48723c25a1eb4233a (patch)
tree61e8083d73360a781e47e7b47d3080ecd94ba88e
parent6247eb4880bbac77ce6f549830dc48a5334969f2 (diff)
downloadaur-e19e6dd3d542a0096f0632f48723c25a1eb4233a.tar.gz
Add provides and conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82bf962d7434..ffa3bdf9c91b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 1 14:08:34 UTC 2017
+# Fri May 5 19:10:51 UTC 2017
pkgbase = wingpanel-indicator-keyboard-git
pkgdesc = Keyboard indicator for Wingpanel
- pkgver = r97.07682cb
+ pkgver = r99.7e9d9ee
pkgrel = 1
url = https://github.com/elementary/wingpanel-indicator-keyboard
arch = i686
@@ -19,6 +19,8 @@ pkgbase = wingpanel-indicator-keyboard-git
depends = gtk3
depends = libxml2
depends = libwingpanel-2.0.so
+ provides = wingpanel-indicator-keyboard
+ conflicts = wingpanel-indicator-keyboard
source = git+https://github.com/elementary/wingpanel-indicator-keyboard.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6667f4d42332..9a81d97c8a65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-keyboard-git
-pkgver=r97.07682cb
+pkgver=r99.7e9d9ee
pkgrel=1
pkgdesc='Keyboard indicator for Wingpanel'
arch=('i686' 'x86_64')
@@ -11,6 +11,8 @@ groups=('pantheon-unstable')
depends=('glib2' 'glibc' 'gtk3' 'libxml2'
'libwingpanel-2.0.so')
makedepends=('cmake' 'git' 'granite-git' 'vala' 'wingpanel-git')
+provides=('wingpanel-indicator-keyboard')
+conflicts=('wingpanel-indicator-keyboard')
source=("git+https://github.com/elementary/wingpanel-indicator-keyboard.git")
sha256sums=('SKIP')