summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-06-06 01:27:37 +0200
committerhaawda2022-06-06 01:27:37 +0200
commit29bdc1180e276e5c59277f6e9a836f0b77de77fe (patch)
treef9758d632c8e0c299261bdd259c4143dbd84691f
parent70526cc66505622446a286a772b1b9e5e8e96b3c (diff)
downloadaur-29bdc1180e276e5c59277f6e9a836f0b77de77fe.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5581c6b88d5..9e8f5bd80439 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-ng
pkgdesc = A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender
- pkgver = 28.0.50
- pkgrel = 5
+ pkgver = 28.1.50
+ pkgrel = 1
url = https://emacs-ng.github.io/emacs-ng
arch = x86_64
license = GPL3
@@ -32,7 +32,7 @@ pkgbase = emacs-ng
depends = zlib
provides = emacs
conflicts = emacs
- source = emacs-ng-6b6dfb3.tar.gz::https://github.com/emacs-ng/emacs-ng/archive/refs/tags/v0.0.6b6dfb3.tar.gz
- sha256sums = afd3bf705f503cc44dfbbc571ff15cf3e33f4fdc757c0122507f00e1b6d30f52
+ source = emacs-ng-d1cbb42.tar.gz::https://github.com/emacs-ng/emacs-ng/archive/refs/tags/v0.0.d1cbb42.tar.gz
+ sha256sums = eb221b0c1527b542352ce15524f35c51aafb3a70f69c1298fbf00c7648e5d810
pkgname = emacs-ng
diff --git a/PKGBUILD b/PKGBUILD
index 613fb32ef41b..db8eabb480c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-ng
-pkgver=28.0.50
-_fix_commit=6b6dfb3
-pkgrel=5
+pkgver=28.1.50
+_fix_commit=d1cbb42
+pkgrel=1
pkgdesc="A new approach to Emacs - Including TypeScript, Threading, Async I/O, and WebRender"
arch=('x86_64')
url="https://emacs-ng.github.io/emacs-ng"
@@ -17,7 +17,7 @@ depends=('jansson' 'ncurses' 'libgccjit' 'librsvg' 'libxpm' 'libjpeg-turbo' 'lib
)
makedepends=('rustup' 'python' 'texlive-core')
source=("$pkgname-$pkgver_${_fix_commit}.tar.gz::https://github.com/emacs-ng/emacs-ng/archive/refs/tags/v0.0.${_fix_commit}.tar.gz")
-sha256sums=('afd3bf705f503cc44dfbbc571ff15cf3e33f4fdc757c0122507f00e1b6d30f52')
+sha256sums=('eb221b0c1527b542352ce15524f35c51aafb3a70f69c1298fbf00c7648e5d810')
prepare() {
cd ${pkgname}-0.0.${_fix_commit}
@@ -36,7 +36,7 @@ build() {
--without-imagemagick --with-gpm --with-dbus --without-pop --without-mailutils \
--without-gsettings --with-all --disable-build-details
- make NATIVE_FULL_AOT=1 \
+ make NATIVE_FULL_AOT=0 \
PATH="$HOME/.rustup/toolchains/${RUSTUP_TOOLCHAIN}-$(uname -m)-unknown-linux-gnu/bin:$PATH"
make pdf
}