summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24f632ddc2a4..1ade940879d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pspp
pkgdesc = Statistical analysis program. Free replacement for SPSS.
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = http://www.gnu.org/software/pspp/
arch = i686
@@ -19,9 +19,7 @@ pkgbase = pspp
optdepends = libxml2: GNUmeric support
options = !libtool
options = !emptydirs
- source = https://ftp.gnu.org/gnu/pspp/pspp-2.0.0.tar.gz
- source = docbuild.patch::https://git.savannah.gnu.org/cgit/pspp.git/patch/?id=d8f8542df36afc05f526af2ddd1e2782d09495e3
- sha1sums = 8f858fea536f5c2c8f656d4954bfcce1c2462344
- sha1sums = 50ca3cd856dc0c3acba3522e4da5b2e213b3f4e9
+ source = https://ftp.gnu.org/gnu/pspp/pspp-2.0.1.tar.gz
+ sha1sums = 58c1c949b51a6a5555a945380c8228f37814a833
pkgname = pspp
diff --git a/PKGBUILD b/PKGBUILD
index a59be8c874e8..981703874e24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Miguel Revilla <yo (at) miguelrevilla.com>
# Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
pkgname=pspp
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="Statistical analysis program. Free replacement for SPSS."
arch=('i686' 'x86_64')
@@ -12,16 +12,12 @@ makedepends=('python')
optdepends=('zlib: GNUmeric support'
'libxml2: GNUmeric support')
options=('!libtool' '!emptydirs')
-source=("https://ftp.gnu.org/gnu/pspp/pspp-${pkgver}.tar.gz"
- "docbuild.patch::https://git.savannah.gnu.org/cgit/pspp.git/patch/?id=d8f8542df36afc05f526af2ddd1e2782d09495e3")
-sha1sums=('8f858fea536f5c2c8f656d4954bfcce1c2462344'
- '50ca3cd856dc0c3acba3522e4da5b2e213b3f4e9')
+source=("https://ftp.gnu.org/gnu/pspp/pspp-${pkgver}.tar.gz")
+sha1sums=('58c1c949b51a6a5555a945380c8228f37814a833')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 < ../docbuild.patch
-
./configure --prefix=/usr \
--sysconfdir=/etc \
--without-libreadline-prefix