[arch-commits] Commit in packagekit/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Oct 22 02:20:40 UTC 2019


    Date: Tuesday, October 22, 2019 @ 02:20:40
  Author: bpiotrowski
Revision: 518181

1.1.12-2: pacman 5.2.0 rebuild

Modified:
  packagekit/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-22 02:15:39 UTC (rev 518180)
+++ PKGBUILD	2019-10-22 02:20:40 UTC (rev 518181)
@@ -4,7 +4,7 @@
 pkgbase='packagekit'
 pkgname=('packagekit' 'libpackagekit-glib')
 pkgver=1.1.12
-pkgrel=1
+pkgrel=2
 pkgdesc='A system designed to make installation and updates of packages easier'
 arch=('x86_64')
 url='https://www.freedesktop.org/software/PackageKit/'
@@ -23,7 +23,7 @@
 prepare() {
 	cd "${srcdir}/PackageKit-${pkgver}"
 
-	#patch -Np1 < ../0001-update-for-pacman-5.2-API-change.patch
+	patch -Np1 < ../0001-update-for-pacman-5.2-API-change.patch
 }
 
 build() {



More information about the arch-commits mailing list