[arch-commits] Commit in libpst/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Sun Jun 7 14:35:25 UTC 2020
Date: Sunday, June 7, 2020 @ 14:35:24
Author: andyrtr
Revision: 388428
upgpkg: libpst 0.6.75-1: upstream update 0.6.75; use python3
Modified:
libpst/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-07 14:28:29 UTC (rev 388427)
+++ PKGBUILD 2020-06-07 14:35:24 UTC (rev 388428)
@@ -2,19 +2,19 @@
pkgbase=libpst
pkgname=('libpst' 'libpst-docs')
-pkgver=0.6.74
-pkgrel=2
+pkgver=0.6.75
+pkgrel=1
arch=('x86_64')
url="https://www.five-ten-sg.com/libpst/"
license=('GPL')
-makedepends=('python2' 'boost' 'libgsf')
+makedepends=('python' 'boost' 'libgsf')
source=(https://www.five-ten-sg.com/libpst/packages/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('f787dadce74a9578939ab54babb3f3f0086808cdee2370d7faac9e1fad44fd37')
+sha256sums=('4ca98fed8ba208d902c954d82eaf2bf5e071c609df695ec4eb34af110f719987')
build() {
cd $pkgbase-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man \
- --disable-static --enable-libpst-shared --disable-dii PYTHON_VERSION=2
+ --disable-static --enable-libpst-shared --disable-dii
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
More information about the arch-commits
mailing list