summaryrefslogtreecommitdiff
path: root/snowball/Pkgfile
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-01-26 21:39:26 +0100
committerTim Biermann <tbier@posteo.de>2020-01-26 21:39:26 +0100
commit58a17580590d6d0dad85193e5cff925f7dae567d (patch)
tree4b4a62e17cac9e47b76f7bc3955b6ec8ef976670 /snowball/Pkgfile
parent4636ef99d39befc0e04ed5968647c30f32277f7b (diff)
downloadcontrib-58a17580590d6d0dad85193e5cff925f7dae567d.tar.gz
contrib-58a17580590d6d0dad85193e5cff925f7dae567d.tar.xz
snowball: [notifiy] git -> 2.0.0; redundant depedency removed: git
Diffstat (limited to 'snowball/Pkgfile')
-rw-r--r--snowball/Pkgfile11
1 files changed, 5 insertions, 6 deletions
diff --git a/snowball/Pkgfile b/snowball/Pkgfile
index 18d7e1164..5a2023b79 100644
--- a/snowball/Pkgfile
+++ b/snowball/Pkgfile
@@ -1,17 +1,16 @@
# Description: String processing language for creating stemming algorithms
# URL: http://snowballstem.org/
# Maintainer: Tim Biermann, tbier at posteo dot de
-# Depends on: git
+# Depends on:
name=snowball
-version=git
+version=2.0.0
release=1
-source=(dynamiclib.patch)
-git=(https://github.com/snowballstem/snowball.git)
+source=(https://github.com/snowballstem/snowball/archive/v$version/$name-$version.tar.gz
+ dynamiclib.patch)
build() {
- git clone $git $name
- cd $name
+ cd $name-$version
patch -Np1 -i ../dynamiclib.patch
make

Generated by cgit