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

Jelle van der Waa jelle at archlinux.org
Thu Jan 21 21:24:31 UTC 2016


    Date: Thursday, January 21, 2016 @ 22:24:30
  Author: jelle
Revision: 158448

Fix: FS#47326

upx links to ucl so add it to depends

Modified:
  upx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-21 20:56:14 UTC (rev 158447)
+++ PKGBUILD	2016-01-21 21:24:30 UTC (rev 158448)
@@ -5,13 +5,12 @@
 
 pkgname=upx
 pkgver=3.91
-pkgrel=2
+pkgrel=3
 pkgdesc='Ultimate executable compressor.'
 arch=('i686' 'x86_64')
 url='http://upx.sourceforge.net/'
 license=('GPL')
-depends=('zlib')
-makedepends=('ucl')
+depends=('zlib' 'ucl')
 source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2"
         'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
 md5sums=('c6d0b3ea2ecb28cb8031d59a4b087a43'



More information about the arch-commits mailing list