summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Revilla2024-01-05 10:17:39 +0100
committerMiguel Revilla2024-01-05 10:17:39 +0100
commit3d382a61cfd62abc3bfeeb298777838f7eec90d7 (patch)
tree9cb8401dd4cfac9cceabed49e0056c878b1dfc54
parentc23da02e1e6c923d6d15fd6b4e63238f89706028 (diff)
downloadaur-pspp.tar.gz
Update to 2.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8424947e58b..24f632ddc2a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pspp
pkgdesc = Statistical analysis program. Free replacement for SPSS.
- pkgver = 1.6.2
+ pkgver = 2.0.0
pkgrel = 1
url = http://www.gnu.org/software/pspp/
arch = i686
@@ -19,7 +19,9 @@ pkgbase = pspp
optdepends = libxml2: GNUmeric support
options = !libtool
options = !emptydirs
- source = https://ftp.gnu.org/gnu/pspp/pspp-1.6.2.tar.gz
- md5sums = 0e2aecdf978b9de9feb94214e39185bd
+ 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
pkgname = pspp
diff --git a/PKGBUILD b/PKGBUILD
index 6c0e1d60aa30..a59be8c874e8 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=1.6.2
+pkgver=2.0.0
pkgrel=1
pkgdesc="Statistical analysis program. Free replacement for SPSS."
arch=('i686' 'x86_64')
@@ -12,12 +12,16 @@ makedepends=('python')
optdepends=('zlib: GNUmeric support'
'libxml2: GNUmeric support')
options=('!libtool' '!emptydirs')
-source=("https://ftp.gnu.org/gnu/pspp/pspp-${pkgver}.tar.gz")
-md5sums=('0e2aecdf978b9de9feb94214e39185bd')
+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')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -p1 < ../docbuild.patch
+
./configure --prefix=/usr \
--sysconfdir=/etc \
--without-libreadline-prefix