summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvitalyr2022-11-16 18:45:32 +0800
committervitalyr2022-11-16 18:45:32 +0800
commit242a0c60a95b75d76b2c3a8dfa72a5beacbe33e0 (patch)
tree0aa32df415842de8e6ca8b5b8c423d9d991e89e3 /PKGBUILD
parentd5b5b8059230d7c8e46476371ef6f23333a08742 (diff)
downloadaur-emacs-native-comp-git-enhanced.tar.gz
fix source error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3b429a97fa3..4d5536acb67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -104,7 +104,7 @@ else
pkgname="emacs-native-comp-git-enhanced"
fi
pkgver=29.0.50.161920
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
url="http://www.gnu.org/software/emacs/"
@@ -115,7 +115,7 @@ makedepends=('git' 'mold')
provides=('emacs')
conflicts=('emacs')
replaces=('emacs')
-source=("emacs-git::git+https://git.savannah.gnu.org/emacs.git")
+source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git")
# If Savannah fails for reasons, use Github's mirror
#source=("emacs-git::git+https://github.com/emacs-mirror/emacs.git")
options=(!strip)