makedeb


emacs 28.1-1


The extensible, customizable, self-documenting real-time display editor.

Click here to go back to the commit logs for emacs.

Commit:


Hash: f7c173e7a726fca85f4eaec20ed7daedc63d9f85

Message: make emacs conflict with existing emacs

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 365c464..9e6d3ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,8 @@ pkgbase = emacs
 	depends = libx11-dev
 	depends = libgtk-3-dev
 	depends = libncurses-dev
+	provides = emacs
+	conflicts = emacs
 	source = https://mirror.ossplanet.net/gnu/emacs/emacs-27.2.tar.xz
 	sha256sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index f8d790d..772d95c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
 # Maintainer: cindrmon <cindrmon@protonmail.com>
 pkgname=emacs
+provides=('emacs')
+conflicts=('emacs')
 pkgdesc="The extensible, customizable, self-documenting real-time display editor."
 pkgver=27.2
 pkgrel=1