summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2022-11-09 13:49:50 +0800
committervitalyr2022-11-09 13:49:50 +0800
commit3a599de37d9fa19a73948dd705f6fd30e690adaa (patch)
tree0a68f8c81b0af3306228b5e874446afc531432cf
parentdf347e186eb240e54e23b3fb6d4779bbfddd9bd2 (diff)
downloadaur-3a599de37d9fa19a73948dd705f6fd30e690adaa.tar.gz
update pkgver and source
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e847e35e48e5..c4dc83b54624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -103,7 +103,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-native-comp-git-enhanced"
fi
-pkgver=29.0.50.157951
+pkgver=29.0.50.161808
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
@@ -115,9 +115,9 @@ makedepends=('git' 'mold')
provides=('emacs')
conflicts=('emacs')
replaces=('emacs')
-source=("emacs-git::git://git.savannah.gnu.org/emacs.git")
+source=("emacs-git::git+https://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")
+#source=("emacs-git::git+https://github.com/emacs-mirror/emacs.git")
options=(!strip)
install=emacs-git.install
b2sums=('SKIP')