summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Nixon2018-09-04 13:53:40 +0100
committerChris Nixon2018-09-04 13:53:40 +0100
commit599b68555855c39bf58573a392d5c63dd02ffb99 (patch)
tree72ea28e6831e2b3328a188f2e07eea8d537d8fc5
parent5a9350227c4d7403a0c1a5dbeb1ac283d86a8298 (diff)
downloadaur-599b68555855c39bf58573a392d5c63dd02ffb99.tar.gz
Remove redundant build flag
-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"')
#######################################################################
#######################################################################