diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-18 15:46:12 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-18 15:46:12 +0100 |
commit | 82e56b34417677fc5ad8718a516874fb5351e60f (patch) | |
tree | 2f157396a89875f5f3543c62e7f4d5f9042cfb94 /community/upx | |
parent | e63aad93b3e68c372e525d86c3277b2fa4bddb24 (diff) | |
parent | 146025aa1c838c12fa7b4873414da73816bfb6bd (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python2-pymongo/PKGBUILD
extra/clamav/PKGBUILD
extra/claws-mail-extra-plugins/PKGBUILD
extra/lcms2/PKGBUILD
extra/libxi/PKGBUILD
extra/xorg-server/PKGBUILD
multilib/wine/PKGBUILD
Diffstat (limited to 'community/upx')
-rw-r--r-- | community/upx/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/upx/PKGBUILD b/community/upx/PKGBUILD index e3d172960..e50838122 100644 --- a/community/upx/PKGBUILD +++ b/community/upx/PKGBUILD @@ -4,8 +4,8 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=upx -pkgver=3.07 -pkgrel=2 +pkgver=3.08 +pkgrel=1 pkgdesc='Ultimate executable compressor.' arch=('i686' 'x86_64' 'mips64el') url='http://upx.sourceforge.net/' @@ -14,7 +14,7 @@ depends=('zlib') makedepends=('ucl') source=("http://upx.sourceforge.net/download/${pkgname}-${pkgver}-src.tar.bz2" 'http://downloads.sourceforge.net/sevenzip/lzma465.tar.bz2') -md5sums=('8186ab103288242f7e8ecad1acd4af03' +md5sums=('54c76fa52cad578ff23ef98aee91e3f5' '29d5ffd03a5a3e51aef6a74e9eafb759') build() { |