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

Anatol Pomozov anatolik at archlinux.org
Fri Jul 25 17:59:15 UTC 2014


    Date: Friday, July 25, 2014 @ 19:59:15
  Author: anatolik
Revision: 116354

upgpkg: partimage 0.6.9-6

Drop unused dependency lzo. lzo package points to legacy version v1,
instead we should drop lzo and rename lzo2 to lzo.

Modified:
  partimage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-25 17:05:35 UTC (rev 116353)
+++ PKGBUILD	2014-07-25 17:59:15 UTC (rev 116354)
@@ -7,12 +7,12 @@
 
 pkgname=partimage
 pkgver=0.6.9
-pkgrel=5
+pkgrel=6
 pkgdesc='Partition Image saves partitions in many formats to an image file.'
 arch=('i686' 'x86_64')
 url='http://www.partimage.org/'
 license=('GPL')
-depends=('libnewt' 'lzo' 'bzip2' 'openssl')
+depends=('libnewt' 'bzip2' 'openssl')
 backup=('etc/partimaged/partimagedusers')
 install='partimage.install'
 source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2"




More information about the arch-commits mailing list