Date: Tuesday, March 10, 2015 @ 11:20:22
  Author: eworm
Revision: 128998

upgpkg: packagekit 1.0.5-2

* Remove workaround that we had for upstream issue #15 [0] and that was
  closed with upstream pull request #44 [1]. (fixes FS#44114)

[0] https://github.com/hughsie/PackageKit/issues/15
[1] https://github.com/hughsie/PackageKit/pull/44

Modified:
  packagekit/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-03-10 08:18:44 UTC (rev 128997)
+++ PKGBUILD    2015-03-10 10:20:22 UTC (rev 128998)
@@ -4,7 +4,7 @@
 
 pkgname='packagekit'
 pkgver=1.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('i686' 'x86_64')
 url='http://www.packagekit.org/'
@@ -24,15 +24,6 @@
 sha256sums=('e0010fbe266042f07aa3b47377e94139466876dabe86a191587758f23c1ac8d6'
        'SKIP')
 
-prepare() {
-       cd "${srcdir}/PackageKit-${pkgver}"
-
-       # 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.
-       sed -i '/ExecStart=/s/$/ --timed-exit/' data/packagekit.service.in
-}
-
 build() {
        cd "${srcdir}/PackageKit-${pkgver}"
 

Reply via email to