Date: Monday, February 9, 2015 @ 20:54:34 Author: eworm Revision: 127420
upgpkg: packagekit 1.0.5-1 Looks like "alpm: pacman updates are not tracked" (upstream issue #15) is not solved completly. We keep the timed exit for now, it does not hurt anybody. Modified: packagekit/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-09 18:22:18 UTC (rev 127419) +++ PKGBUILD 2015-02-09 19:54:34 UTC (rev 127420) @@ -3,8 +3,8 @@ # Contributor: Jonathan Conder <[email protected]> pkgname='packagekit' -pkgver=1.0.4 -pkgrel=3 +pkgver=1.0.5 +pkgrel=1 pkgdesc='A system designed to make installation and updates of packages easier' arch=('i686' 'x86_64') url='http://www.packagekit.org/' @@ -20,23 +20,13 @@ 'etc/PackageKit/alpm.d/pacman.conf' 'etc/PackageKit/alpm.d/repos.list') validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes -source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc} - 'packagekit-0001-fix-bad-event-usage-when-removing-package.patch::https://github.com/hughsie/PackageKit/commit/d4e5654eff038e828e142d4e0fefc64e1e2491e7.patch' - 'packagekit-0002-honor-simulate-flag-while-removing-packages.patch::https://github.com/hughsie/PackageKit/commit/b024647bd4e6ced41e811b88aea1cea16cb28dfb.patch') -sha256sums=('1b949a7dc92e20f7d7deb634e5b399148dbb749e813cea955f1546a99e169a71' - 'SKIP' - 'bb2ea68145af2e542c74b5e76ec729c46f65345861b624cb37695830b899ecbf' - '4c2ca5ee5b60257ecf67c3822561510587b0afe263abf4fba98879d4d15156ea') +source=("http://www.freedesktop.org/software/PackageKit/releases/PackageKit-${pkgver}.tar.xz"{,.asc}) +sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6' + 'SKIP') prepare() { cd "${srcdir}/PackageKit-${pkgver}" - # https://github.com/hughsie/PackageKit/pull/43/commits - # alpm: fix bad event usage when removing package - patch -Np1 < "${srcdir}/packagekit-0001-fix-bad-event-usage-when-removing-package.patch" - # alpm: honor simulate flag while removing packages - patch -Np1 < "${srcdir}/packagekit-0002-honor-simulate-flag-while-removing-packages.patch" - # packagekit does not know about updates made by pacman while daemon is running # https://github.com/hughsie/PackageKit/issues/15 # For now we just exit the daemon... It will launch with a clean status if required.
