summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3c1c7f100b4..5d494f8b74dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = remacs-git
pkgdesc = Development branch of REmacs, a fork of GNU Emacs with components rewritten in Rust
- pkgver = 26.0.50.128380
+ pkgver = 26.0.60.132231
pkgrel = 1
url = https://github.com/Wilfred/remacs.git
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ccd09520c6bb..d4f47cfd0a74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ DOCS_INFO="NO" # Generate and install GNU info documentation.
#######################################################################
pkgname=remacs-git
-pkgver=26.0.50.128380
+pkgver=26.0.60.132231
pkgrel=1
pkgdesc="Development branch of REmacs, a fork of GNU Emacs with components rewritten in Rust"
arch=('i686' 'x86_64')
@@ -115,7 +115,6 @@ build() {
--with-xft
--with-modules
)
- local _conf_vars=('RUSTFLAGS="-g"')
#######################################################################
#######################################################################