summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsquitch2022-01-15 08:59:36 +0000
committersquitch2022-01-15 08:59:36 +0000
commitae04d43bc508fd897ffd411280cefec33a2c4056 (patch)
treedd113fefc409f55371602bf3cb87c8441df1fe99
parent4ea63a280783cf33b9fc9419d731a22b38908396 (diff)
downloadaur-ae04d43bc508fd897ffd411280cefec33a2c4056.tar.gz
Update AUR package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b32e43289eaa..2b55604ab795 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tess-git
pkgdesc = Hackable, simple, rapid and beautiful terminal for the new era
- pkgver = 0.5.3.r0.g070b198
+ pkgver = 0.5.4.r0.g5f299fe
pkgrel = 1
epoch = 1
url = https://github.com/SquitchYT/Tess
@@ -9,6 +9,7 @@ pkgbase = tess-git
makedepends = git
makedepends = npm
makedepends = cmake
+ makedepends = nodejs-lts-gallium
depends = gtk3
depends = nss
source = git+https://github.com/SquitchYT/Tess.git
diff --git a/PKGBUILD b/PKGBUILD
index ae897926db33..dd481c8900c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: squitch
pkgname=tess-git
-pkgver=0.5.3.r0.g070b198
+pkgver=0.5.4.r0.g5f299fe
pkgrel=1
epoch=1
pkgdesc="Hackable, simple, rapid and beautiful terminal for the new era"
@@ -10,7 +10,7 @@ arch=(x86_64)
url="https://github.com/SquitchYT/Tess"
license=(MPL2)
depends=(gtk3 nss)
-makedepends=(git npm cmake)
+makedepends=(git npm cmake nodejs-lts-gallium)
source=("git+https://github.com/SquitchYT/Tess.git")
sha256sums=('SKIP')
@@ -25,6 +25,7 @@ package() {
install -D tesshere.desktop "${pkgdir}/usr/share/kservices5/ServiceMenus/tesshere.desktop"
install -D appintess.desktop "${pkgdir}/usr/share/kservices5/ServiceMenus/appintess.desktop"
install -D build/icon.png "${pkgdir}/usr/share/pixmaps/tess.png"
+ mkdir -p "${pkgdir}/usr/share/man"
cp -r -f ./man/* "${pkgdir}/usr/share/man/"
if type "$kbuildsycoca5" > /dev/null; then