summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira2016-08-14 17:05:59 -0300
committerVinícius dos Santos Oliveira2016-08-14 17:05:59 -0300
commit9a95a47340fbaae0e8e9c6aba8367e446d1eec49 (patch)
tree0d944d1880e8d11296f4c346752ff2605f3e8c04 /PKGBUILD
parent427cd9ad373cd019843a92f3bbcc858370495317 (diff)
downloadaur-9a95a47340fbaae0e8e9c6aba8367e446d1eec49.tar.gz
Fix dependency chain for way-cooler
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7fa09e1c411..fd9a69946002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com>
pkgname=way-cooler-git
pkgver=0.3.r3.gc5fb6f0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Customizeable Wayland compositor written in Rust"
arch=('i686' 'x86_64')
@@ -9,6 +9,8 @@ url="https://github.com/Immington-Industries/way-cooler"
license=('MIT')
depends=('wlc')
makedepends=('cargo' 'rust' 'git')
+provides=('way-cooler')
+conflicts=('way-cooler')
source=("${pkgname}::git+https://github.com/Immington-Industries/way-cooler.git")
md5sums=('SKIP')