summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2022-06-04 03:56:17 +0800
committervitalyr2022-06-04 03:56:17 +0800
commit468e03113e4d9807ba5eb0f084a8b2f6d6a496fe (patch)
tree272ad16a2d086bc21a4d4232152cd09083b2d239
parenteca7956a0318a2afed4dcb4ed6aa6d0c829c0e48 (diff)
downloadaur-468e03113e4d9807ba5eb0f084a8b2f6d6a496fe.tar.gz
remove uncessary code
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b1fd68e79a4..fbb147a248ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-native-comp-git-enhanced
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 29.0.50.156571
+ pkgver = 29.0.50.156996
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
@@ -23,26 +23,8 @@ pkgbase = emacs-native-comp-git-enhanced
depends = webkit2gtk
depends = gpm
provides = emacs
- provides = emacs-git
- provides = emacs26-git
- provides = emacs-27-git
- provides = emacs28-git
- provides = emacs-seq
- provides = emacs-nox
conflicts = emacs
- conflicts = emacs-git
- conflicts = emacs26-git
- conflicts = emacs-27-git
- conflicts = emacs28-git
- conflicts = emacs-seq
- conflicts = emacs-nox
replaces = emacs
- replaces = emacs-git
- replaces = emacs26-git
- replaces = emacs-27-git
- replaces = emacs28-git
- replaces = emacs-seq
- replaces = emacs-nox
options = !strip
source = emacs-git::git://git.savannah.gnu.org/emacs.git
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a6d10f6dc083..8d630ecd7025 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
################################################################################
# This PKGBUILD features:
-# - the pure-GTK3 rendering backend is enabled.
+# - the pure GTK3 rendering backend is enabled.
# - the xwidgets is enabled (you can surf the Internet via
# a modern browser(webkit) in Emacs!).
# - link-time optimization is disabled by default.
@@ -103,7 +103,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-native-comp-git-enhanced"
fi
-pkgver=29.0.50.156571
+pkgver=29.0.50.156996
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -112,9 +112,9 @@ license=('GPL3')
depends_nox=('gnutls' 'libxml2' 'jansson')
depends=("${depends_nox[@]}" 'harfbuzz')
makedepends=('git' 'mold')
-provides=('emacs' 'emacs-git' 'emacs26-git' 'emacs-27-git' 'emacs28-git' 'emacs-seq' 'emacs-nox')
-conflicts=('emacs' 'emacs-git' 'emacs26-git' 'emacs-27-git' 'emacs28-git' 'emacs-seq' 'emacs-nox')
-replaces=('emacs' 'emacs-git' 'emacs26-git' 'emacs-27-git' 'emacs28-git' 'emacs-seq' 'emacs-nox')
+provides=('emacs')
+conflicts=('emacs')
+replaces=('emacs')
source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
# If Savannah fails for reasons, use Github's mirror
#source=("emacs-git::git://github.com/emacs-mirror/emacs.git")