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

Lukas Fleischer lfleischer at archlinux.org
Tue Feb 28 06:22:20 UTC 2017


    Date: Tuesday, February 28, 2017 @ 06:22:20
  Author: lfleischer
Revision: 214162

upgpkg: upx 3.93-1

Upstream update.

Modified:
  upx/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-28 06:11:29 UTC (rev 214161)
+++ PKGBUILD	2017-02-28 06:22:20 UTC (rev 214162)
@@ -4,21 +4,19 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=upx
-pkgver=3.91
-pkgrel=3
+pkgver=3.93
+pkgrel=1
 pkgdesc='Ultimate executable compressor.'
 arch=('i686' 'x86_64')
 url='http://upx.sourceforge.net/'
 license=('GPL')
 depends=('zlib' 'ucl')
-source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2"
-        'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2')
-md5sums=('c6d0b3ea2ecb28cb8031d59a4b087a43'
-         '29d5ffd03a5a3e51aef6a74e9eafb759')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.xz")
+md5sums=('d8da85311492a5f9e3a1fecc979f879b')
 
 build() {
   cd "${pkgname}-${pkgver}-src"
-  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" all
+  make UPX_LZMA_VERSION=0x465 UPX_LZMADIR="${srcdir}" CHECK_WHITESPACE=/bin/true all
 }
 
 package() {



More information about the arch-commits mailing list