Date: Tuesday, April 30, 2019 @ 11:24:26 Author: arodseth Revision: 456750
upgpkg: remacs 1:0.1-1 Modified: remacs/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-30 11:21:02 UTC (rev 456749) +++ PKGBUILD 2019-04-30 11:24:26 UTC (rev 456750) @@ -2,15 +2,16 @@ # Contributor: Chris Nixon <[email protected]> pkgname=remacs -pkgver=27.0.50 +pkgver=0.1 pkgrel=1 +epoch=1 pkgdesc='Emacs with parts of it written in Rust' arch=(x86_64) -url='https://github.com/Wilfred/remacs' +url='https://github.com/remacs/remacs' license=(GPL) depends=(gnutls gpm libxml2) makedepends=(cargo clang git rustup setconf) -source=('git+https://github.com/Wilfred/remacs#commit=b85ab243b3ddf3261a895f') +source=("git+https://github.com/remacs/remacs#tag=$pkgver") sha256sums=('SKIP') prepare() { @@ -26,6 +27,7 @@ build() { cd $pkgname + export LC_ALL=C ./configure \ --prefix=/usr \ --sysconfdir=/etc \
