diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-21 19:00:26 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-21 19:00:26 -0500 |
commit | 972dbe39ef856f3161c3003a2fe9ec8644bf274e (patch) | |
tree | ca8b62178628e142fdde3ff90c726c9bd20e4279 /pcr/pspp/PKGBUILD | |
parent | c4cacde31123553c604cc5c9f002aad57526c7f3 (diff) | |
download | abslibre-972dbe39ef856f3161c3003a2fe9ec8644bf274e.tar.gz abslibre-972dbe39ef856f3161c3003a2fe9ec8644bf274e.tar.bz2 abslibre-972dbe39ef856f3161c3003a2fe9ec8644bf274e.zip |
pspp-0.8.4-1: updating version
Diffstat (limited to 'pcr/pspp/PKGBUILD')
-rw-r--r-- | pcr/pspp/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/pspp/PKGBUILD b/pcr/pspp/PKGBUILD index 8cba34875..dadb3a963 100644 --- a/pcr/pspp/PKGBUILD +++ b/pcr/pspp/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer (Arch): Miguel Revilla <yo@miguelrevilla.com> # Contributor (Arch): joyfulgirl <joyfulgirl (at) archlinux.us> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=pspp -pkgver=0.8.2 +pkgver=0.8.4 pkgrel=1 -pkgdesc="Statistical analysis program" -arch=('i686' 'x86_64' 'mips64el') +pkgdesc="Statistical analysis program. Free replacement for SPSS." +arch=('i686' 'x86_64') url="http://www.gnu.org/software/pspp/" license=('GPL3') depends=('gsl' 'gtksourceview2' 'postgresql-libs' 'desktop-file-utils') optdepends=('zlib: GNUmeric support' 'libxml2: GNUMERIC support') options=('!libtool' '!emptydirs') -source=(http://ftp.gnu.org/gnu/pspp/pspp-${pkgver}.tar.gz) -md5sums=('cba0b161bb69e1bbd71612d09694b0ec') +source=(ftp://ftp.gnu.org/gnu/pspp/pspp-${pkgver}.tar.gz) +md5sums=('85b7729751ebe427fb71a362b71cdfd9') install=pspp.install build() { |