Date: Thursday, March 14, 2019 @ 13:56:08 Author: arodseth Revision: 441014
upgpkg: remacs 27.0.50-1 Modified: remacs/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-14 13:54:17 UTC (rev 441013) +++ PKGBUILD 2019-03-14 13:56:08 UTC (rev 441014) @@ -2,19 +2,19 @@ # Contributor: Chris Nixon <[email protected]> pkgname=remacs -pkgver=0.0.0 +pkgver=27.0.50 pkgrel=1 pkgdesc='Emacs with parts of it written in Rust' arch=(x86_64) -url='https://github.com/Wilfred/remacs.git' +url='https://github.com/Wilfred/remacs' license=(GPL) -depends=(gnutls gpm) +depends=(gnutls gpm libxml2) makedepends=(cargo clang git rustup setconf) -source=('git+https://github.com/Wilfred/remacs#commit=dc2ea22ddfa1ba077178ffab') +source=('git+https://github.com/Wilfred/remacs#commit=b85ab243b3ddf3261a895f') sha256sums=('SKIP') prepare() { - cd "$pkgname" + cd $pkgname ./autogen.sh @@ -24,7 +24,7 @@ } build() { - cd "$pkgname" + cd $pkgname ./configure \ --prefix=/usr \ @@ -47,7 +47,7 @@ } package() { - make -C "$pkgname" DESTDIR="$pkgdir" install + make -C "$pkgname" DESTDIR="$pkgdir" install-strip # avoid conflicts with other packages rm "$pkgdir/usr/"{bin/{ctags,etags,ebrowse},share/man/man1/{ctags,etags,ebrowse}.1.gz}
