summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7ecc6d657f8..4c5cf8e584ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 26 05:54:08 UTC 2019
+# Sun Dec 8 09:01:50 UTC 2019
pkgbase = v10spell-git
pkgdesc = The spell program from the Tenth Edition Research UNIX system.
- pkgver = r16.g75bfc6e
+ pkgver = r22.gaf08869
pkgrel = 1
url = https://github.com/arnoldrobbins/v10spell
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index aa26c9e34faf..25afe2ff65e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=v10spell-git
-pkgver=r16.g75bfc6e
+pkgver=r22.gaf08869
pkgrel=1
epoch=
pkgdesc='The spell program from the Tenth Edition Research UNIX system.'
@@ -40,8 +40,9 @@ build() {
package() {
cd "$srcdir/$pkgname"
- make PREFIX="${pkgdir}/usr" install
+ make PREFIX="${pkgdir}/usr" LIBDIR="${pkgdir}/usr/lib/v10spell" install
install -D -m644 README $pkgdir/usr/share/doc/${pkgname%-*}/README
install -D -m644 README.md $pkgdir/usr/share/doc/${pkgname%-*}/README.md
+ install -D -m644 spell.pdf $pkgdir/usr/share/doc/${pkgname%-*}/spell.pdf
}