summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsigma2019-11-26 17:44:33 +0000
committersigma2019-11-26 17:44:33 +0000
commit148b398420c22fec07a8cdff1b76cf98bc4681a1 (patch)
tree9a9a66b3d991e45a8f629e9ad29c09f075dcee50
parenta118fc3d2cc0423c4b8a79b8c00d2a90be7dbb2d (diff)
downloadaur-148b398420c22fec07a8cdff1b76cf98bc4681a1.tar.gz
add provides and conflicts
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f8083006c23..6db3bd1c404b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,6 +54,8 @@ url="https://github.com/Wilfred/remacs.git"
license=('GPL')
depends=('gpm' 'm17n-lib' 'alsa-lib' 'imagemagick')
makedepends=('git' 'clang' 'rustup')
+provides=('remacs')
+conflicts=('remacs')
#######################################################################
#######################################################################
if [[ $GTK2 = "YES" ]]; then