From 18fd4ae3bde4eef2cd8cccc6d2bbf2e6ef55dec8 Mon Sep 17 00:00:00 2001 From: emmett1 Date: Tue, 17 Sep 2019 12:50:03 +0800 Subject: [PATCH] python-dbus-common: updated to 1.2.12 --- core/python-dbus-common/spkgbuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/core/python-dbus-common/spkgbuild b/core/python-dbus-common/spkgbuild index cb46c6494..8de05b2be 100755 --- a/core/python-dbus-common/spkgbuild +++ b/core/python-dbus-common/spkgbuild @@ -4,20 +4,17 @@ # depends : dbus python3 dbus-glib name=python-dbus-common -version=1.2.10 +version=1.2.12 release=1 source=(http://dbus.freedesktop.org/releases/dbus-python/dbus-python-$version.tar.gz) -md5sum=(5d21d5ae6423f0e41caa3400af44edac) +md5sum=(428b7a9e7e2d154a7ceb3e13536283e4) build() { cd dbus-python-$version - mkdir python3 - pushd python3 PYTHON=/usr/bin/python3 \ - ../configure --prefix=/usr + ./configure --prefix=/usr make - popd - make -C python3 DESTDIR=$PKG install-data + make DESTDIR=$PKG install-data rm -rf $PKG/usr/lib/python* }