summaryrefslogtreecommitdiff
path: root/snowball
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
parent4636ef99d39befc0e04ed5968647c30f32277f7b (diff)
downloadcontrib-58a17580590d6d0dad85193e5cff925f7dae567d.tar.gz
contrib-58a17580590d6d0dad85193e5cff925f7dae567d.tar.xz
snowball: [notifiy] git -> 2.0.0; redundant depedency removed: git
Diffstat (limited to 'snowball')
-rw-r--r--snowball/.signature5
-rw-r--r--snowball/Pkgfile11
2 files changed, 8 insertions, 8 deletions
diff --git a/snowball/.signature b/snowball/.signature
index 42ce6881f..e7fab6592 100644
--- a/snowball/.signature
+++ b/snowball/.signature
@@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF33Z1tzPjgU8z+w2EuavIEig5Zodpur23sLsbgKpVLB7AuwhzUIa7SiPQae6bBcsbeGPI2jcMg12JP4eu7RueSgI=
-SHA256 (Pkgfile) = 3aa58bf6a18f6f6a57d57801bc2ea07b96d7da912901b288ab77acbf26912fc7
+RWSagIOpLGJF30Pz8sd2E9SOReXmkk2jC719xDjtn2YFL/kaQkAdGSbVRT2r1HpLSXdIuLddGZtE3/LzxG3uWv5016jMvnOdPAI=
+SHA256 (Pkgfile) = 9583e82f09fc658fc390e66bf629523a956d98f96972909ca12ef5b00e601100
SHA256 (.footprint) = 0f532da25ee3c32ca621ebd74ef4505e801936ff394965ba4fee041fafdbc146
+SHA256 (snowball-2.0.0.tar.gz) = f047a33f3bcaf12f3ab06ce3f1237a911e21a510035dca9016f9140f4041b006
SHA256 (dynamiclib.patch) = 99511a11cdeeb1ef1eaa9d7b777f6934693d4696ba9523de40b886f7d898058e
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