summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpancho horrillo2021-12-13 21:53:17 +0100
committerpancho horrillo2021-12-13 21:53:17 +0100
commitd7b3ff78efdce4fccbfcbe757a54ab7394bad295 (patch)
tree3934d6b9bc48898cb7ed025f1916a1fe7ab19113 /PKGBUILD
parentd89f1695ad6a4dfee7951722b2af5ff89a30ea8e (diff)
downloadaur-d7b3ff78efdce4fccbfcbe757a54ab7394bad295.tar.gz
Drop package name from provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98d23f828309..5f9984f5cc9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,7 @@ if [[ $CLI == YES ]]; then
else
pkgname=emacs28-git
fi
-pkgver=28.0.90.151064
+pkgver=28.0.90.151068
pkgrel=1
pkgdesc='emacs-28 release branch'
arch=(x86_64)
@@ -69,7 +69,7 @@ license=(GPL3)
_depends_nox=(gnutls libxml2 jansson)
depends=("${_depends_nox[@]}" harfbuzz)
makedepends=(git)
-provides=(emacs emacs28-git emacs-nox)
+provides=(emacs emacs-nox)
conflicts=(emacs emacs26-git emacs-27-git emacs-git emacs-seq emacs-nox)
replaces=(emacs emacs26-git emacs-27-git emacs-git emacs-seq emacs-nox)
options=(!strip)