diff --git a/spm/.md5sum b/spm/.md5sum index 8eed13150..62b5f54c4 100644 --- a/spm/.md5sum +++ b/spm/.md5sum @@ -1 +1 @@ -cb8a8bb9d4881b3a30354ee10488b58b 1.4.6.tar.gz +6871e91b3fc652863ad793ec58070392 1.4.7.tar.gz diff --git a/spm/Pkgfile b/spm/Pkgfile index 72970e154..b7626326e 100644 --- a/spm/Pkgfile +++ b/spm/Pkgfile @@ -5,10 +5,11 @@ # Optional: pwgen name=spm -version=1.4.6 +version=1.4.7 release=1 source=(https://notabug.org/kl3/$name/archive/$version.tar.gz) build() { + cd $name make install PREFIX=/usr DESTDIR=$PKG }