summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheFerdi2652016-05-03 08:14:46 +0200
committertheFerdi2652016-05-03 08:14:46 +0200
commit095f74d3c77a46c9a7564ece6e2e2710b46f1da7 (patch)
tree70c42bef4f77352474ce29ce577e6932582a0c4d
parent203e61e802ad1e4655092b07c57d4d9aa0bfe70f (diff)
downloadaur-095f74d3c77a46c9a7564ece6e2e2710b46f1da7.tar.gz
future-proof PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9ff82136549..5bdf56cd9c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,8 @@ url="https://github.com/wmutils/libwm"
arch=('i686' 'x86_64')
license=('ISC')
depends=('libxcb' 'xcb-util-wm')
+provides=('libwm')
+conflicts=('libwm')
makedepends=('git')
source=("$pkgname::git+https://github.com/wmutils/libwm.git")
md5sums=('SKIP')