summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Riedel Gårding2019-05-31 22:11:49 +0200
committerElias Riedel Gårding2019-05-31 22:11:49 +0200
commit6ffc0b9d041c52942ac272371e58aa24959340e6 (patch)
tree30ccb0031c3b746d6121fd76cb2bf8382ffa5836
parentc8a0288095eba8d16d38b2093b8e4331b004319e (diff)
downloadaur-tmatrix-git.tar.gz
Upstream update: cmake now also installs the man page
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a0738bce305..9be3a13acf19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tmatrix-git
pkgdesc = A cmatrix-like replica of the digital rain from the Matrix
- pkgver = 1.0.r2.gebeaf00
+ pkgver = 1.1.r13.gf192137
pkgrel = 1
url = https://github.com/M4444/TMatrix
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 105793ee5f0d..84f2165a6a23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Author: Miloš Stojanović <mc.cm.mail@gmail.com>
# Discussion: https://www.reddit.com/r/unixporn/comments/btg6rj/oc_tmatrix_a_new_terminal_digital_rain_simulator
pkgname=tmatrix-git
-pkgver=1.0.r2.gebeaf00
+pkgver=1.1.r13.gf192137
pkgrel=1
pkgdesc="A cmatrix-like replica of the digital rain from the Matrix"
arch=('x86_64' 'i686')
@@ -26,16 +26,12 @@ build() {
cd "${pkgname%%-git}"
mkdir -p build && cd build
- # Install into /usr/bin
cmake -DCMAKE_INSTALL_PREFIX:PATH="$pkgdir/usr" ..
make -j8
}
package() {
- cd "${pkgname%%-git}"
- install -Dm644 tmatrix.6 "$pkgdir/usr/share/man/man6/tmatrix.6"
-
- cd build
+ cd "${pkgname%%-git}/build"
make install
}