summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 438101a18bd0..1483d54d4e83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = emacs-libvterm-git
pkgdesc = Emacs libvterm integration
- pkgver = r201.6adcedf
+ pkgver = r203.db9679d
pkgrel = 1
url = https://github.com/akermu/emacs-libvterm
arch = i686
arch = x86_64
arch = armv7h
+ arch = pentium4
license = GPL3
makedepends = cmake
depends = emacs
diff --git a/PKGBUILD b/PKGBUILD
index 8ec15975f297..6373d94dbdbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: James Smith <jslonescout AT icloud DOT com>
_pkgname=emacs-libvterm
pkgname=${_pkgname}-git
-pkgver=r201.6adcedf
+pkgver=r203.db9679d
pkgrel=1
pkgdesc="Emacs libvterm integration"
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'pentium4')
url=https://github.com/akermu/${_pkgname}
license=('GPL3')
depends=('emacs')
@@ -34,6 +34,7 @@ package() {
cd "${_pkgname}"
#make DESTDIR="${pkgdir}/" install
# No install target currently, so must install manually
+ # Also, vterm-module.so must be in the same directory as vterm.el
install -Dm644 vterm-module.so ${pkgdir}/usr/share/emacs/site-lisp/vterm-module.so
install -Dm644 vterm.el ${pkgdir}/usr/share/emacs/site-lisp/vterm.el
}