summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Nixon2019-03-01 13:41:23 +0000
committerChris Nixon2019-03-01 13:41:23 +0000
commitc53d7f65f1a90935395d126843a30a1bd62d67a2 (patch)
tree03e25e1240e5ac2f452c355c932d659a834751c8
parent599b68555855c39bf58573a392d5c63dd02ffb99 (diff)
downloadaur-c53d7f65f1a90935395d126843a30a1bd62d67a2.tar.gz
add clang as build dep
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4f47cfd0a74..1b56d5e98dce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,14 +46,14 @@ DOCS_INFO="NO" # Generate and install GNU info documentation.
#######################################################################
pkgname=remacs-git
-pkgver=26.0.60.132231
+pkgver=27.0.50.134612
pkgrel=1
pkgdesc="Development branch of REmacs, a fork of GNU Emacs with components rewritten in Rust"
arch=('i686' 'x86_64')
url="https://github.com/Wilfred/remacs.git"
license=('GPL')
depends=('gpm' 'm17n-lib' 'alsa-lib' 'imagemagick')
-makedepends=('git' 'cargo')
+makedepends=('git' 'cargo' 'clang')
#######################################################################
#######################################################################
if [[ $GTK2 = "YES" ]]; then