summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2021-12-13 21:53:17 +0100
committerpancho horrillo2021-12-13 21:53:17 +0100
commitd7b3ff78efdce4fccbfcbe757a54ab7394bad295 (patch)
tree3934d6b9bc48898cb7ed025f1916a1fe7ab19113
parentd89f1695ad6a4dfee7951722b2af5ff89a30ea8e (diff)
downloadaur-d7b3ff78efdce4fccbfcbe757a54ab7394bad295.tar.gz
Drop package name from provides array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bea3ff344e79..c53e57c36af8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs28-git
pkgdesc = emacs-28 release branch
- pkgver = 28.0.90.151064
+ pkgver = 28.0.90.151068
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs28-git.install
@@ -19,7 +19,6 @@ pkgbase = emacs28-git
depends = giflib
depends = cairo
provides = emacs
- provides = emacs28-git
provides = emacs-nox
conflicts = emacs
conflicts = emacs26-git
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)