summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de5e6c84270d..53761bd05346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sfst
_srcname=SFST
pkgver='1.4.7e'
-pkgrel=1
+pkgrel=2
pkgdesc='Toolbox for the implementation of morphological analyzers and other tools.'
arch=('i686' 'x86_64')
url="https://www.cis.uni-muenchen.de/~schmid/tools/SFST/"
@@ -11,7 +11,7 @@ license=('GPL2')
depends=()
makedepends=('bison' 'flex' 'ncurses' 'm4')
source=('https://www.cis.uni-muenchen.de/~schmid/tools/SFST/data/SFST-1.4.7e.tar.gz')
-sha256sums=('9e1bda84db1575ffb3bea56f3d49898661ad663280c5b813467cd17a7d6b76ac')
+sha256sums=('4c5de5ace89cb564acd74224074bbb32a72c8cf744dc8ef565971da3f22299e4')
build() {
@@ -24,5 +24,5 @@ package() {
cd ${_srcname}/src
make DESTDIR="$pkgdir/usr/" install
- make DESTDIR="$pkgdir/usr/share/man/man1/" maninstall
+ make DESTDIR="$pkgdir/usr/share/" maninstall
}