summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEarnestly2017-10-30 10:57:37 +0000
committerEarnestly2017-10-30 11:10:32 +0000
commit02d26fa13eb16480d243784b7f3c9355e827a99c (patch)
treef0d3d129889151233cb3823c5609e7ca6d3a5727
parent6aef6e0dbd1a5a1353c17b17a39a18c6bd72f5e1 (diff)
downloadaur-02d26fa13eb16480d243784b7f3c9355e827a99c.tar.gz
sparforte: use correct location for manual
Include a more descriptive pkgdesc which should better reflect in pacman's search results.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rwxr-xr-xconfig.linux2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5925c54ea1d1..3ba26bf1ca1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sparforte-git
- pkgdesc = scripting language
+ pkgdesc = shell and scripting language formally known as bush
pkgver = 2.1.r31.ga05bf87
- pkgrel = 1
+ pkgrel = 2
url = http://www.sparforte.com
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = sparforte-git
source = git+https://github.com/kburtch/SparForte
source = config.linux
sha256sums = SKIP
- sha256sums = 2a9b64a0fdba35f414821ff3a5db7bd4ec4b54bff76714d41eb5928093e4bd69
+ sha256sums = 139639a486cb9c85fa06a89b16db33eff20e800007aa0eb8811556bb0a26b866
pkgname = sparforte-git
diff --git a/PKGBUILD b/PKGBUILD
index 6fe4209c0788..2702f1dbbd6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=sparforte-git
pkgver=2.1.r31.ga05bf87
-pkgrel=1
+pkgrel=2
-pkgdesc='scripting language'
+pkgdesc='shell and scripting language formally known as bush'
url='http://www.sparforte.com'
arch=('i686' 'x86_64')
license=('GPL')
@@ -17,7 +17,7 @@ source=('git+https://github.com/kburtch/SparForte'
'config.linux')
sha256sums=('SKIP'
- '2a9b64a0fdba35f414821ff3a5db7bd4ec4b54bff76714d41eb5928093e4bd69')
+ '139639a486cb9c85fa06a89b16db33eff20e800007aa0eb8811556bb0a26b866')
pkgver() {
cd SparForte
diff --git a/config.linux b/config.linux
index c318dd5c8760..71ccc58f1b6b 100755
--- a/config.linux
+++ b/config.linux
@@ -12,7 +12,7 @@ readonly startdir=$PWD
CC=gcc
CPU_FLAG=-march
PREFIX=/usr
-MANPREFIX=/usr
+MANPREFIX=/usr/share/man
GMAKETYPE=make
case $(uname -m) in