[arch-commits] Commit in libarchive/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Sun Jul 27 21:58:44 UTC 2014
Date: Sunday, July 27, 2014 @ 23:58:44
Author: anatolik
Revision: 218247
upgpkg: libarchive 3.1.2-7 bump package to avoid FS#32764
We rename lzo2 to lzo and if user also updates linux kernel then pacman can do following thing:
- uninstall lzo2 because it is going to be replaced with lzo
- update kernel and run mkinitcpio
- install lzo
Pacman should really install lzo first - mkinitcpio depends on lzo via libarchive.
But because FS#32764 pacman installs it in incorrect order.
Push new build of libarchive to [testing] to keep
full chain of dependencies between kernel and lzo.
Modified:
libarchive/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-27 20:49:06 UTC (rev 218246)
+++ PKGBUILD 2014-07-27 21:58:44 UTC (rev 218247)
@@ -3,7 +3,7 @@
pkgname=libarchive
pkgver=3.1.2
-pkgrel=6
+pkgrel=7
pkgdesc="library that can create and read several streaming archive formats"
arch=('i686' 'x86_64')
url="http://libarchive.org/"
More information about the arch-commits
mailing list