summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2017-08-23 23:25:53 +0300
committerJonian Guveli2017-08-23 23:25:53 +0300
commita300c58d2c5a5347aeecf0c3cb080ec89a421bc2 (patch)
treef714ceb32c4102c63c9d703b6199226072f64095
parent20ae6ad0633ecd5b0bcc39d9650fd5ee1de1d447 (diff)
downloadaur-a300c58d2c5a5347aeecf0c3cb080ec89a421bc2.tar.gz
update conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f9b476f3952..6ef1e44330a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jun 1 18:11:46 UTC 2017
+# Wed Aug 23 20:25:20 UTC 2017
pkgbase = gnome-shell-extension-unite
pkgdesc = Unite makes GNOME Shell look like Ubuntu Unity Shell
pkgver = 0.1.3
@@ -9,6 +9,8 @@ pkgbase = gnome-shell-extension-unite
license = GPL
depends = gnome-shell
depends = xorg-xprop
+ provides = gnome-shell-extension-unite
+ conflicts = gnome-shell-extension-unite-git
source = https://github.com/jonian/unite-shell/archive/v0.1.3.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 50b9fd2b5c90..87670ca8ecfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,8 @@ arch=("any")
url="https://github.com/jonian/unite-shell"
license=("GPL")
depends=("gnome-shell" "xorg-xprop")
+provides=("gnome-shell-extension-unite")
+conflicts=("gnome-shell-extension-unite-git")
source=("https://github.com/jonian/unite-shell/archive/v$pkgver.tar.gz")
md5sums=("SKIP")
@@ -16,4 +18,3 @@ package() {
cd "$srcdir/unite-shell-$pkgver"
cp -af "unite@hardpixel.eu" "$pkgdir/usr/share/gnome-shell/extensions/"
}
-