Date: Sunday, May 10, 2015 @ 22:34:08 Author: spupykin Revision: 133217
upgpkg: unshield 1.1-1 upd Modified: unshield/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-10 20:34:05 UTC (rev 133216) +++ PKGBUILD 2015-05-10 20:34:08 UTC (rev 133217) @@ -2,7 +2,7 @@ # Maintainer: Giovanni Scafora <[email protected]> pkgname=unshield -pkgver=1.0 +pkgver=1.1 pkgrel=1 pkgdesc="Extracts CAB files from InstallShield installers" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ license=('custom') depends=('zlib') source=("$pkgname-$pkgver.tar.gz::https://github.com/twogood/unshield/archive/$pkgver.tar.gz") -md5sums=('b2abb96a73422590d17ce4415c6df07d') +md5sums=('209d1b380bf54b25d9b1ee9b343d3090') prepare() { cd ${srcdir}/${pkgname}-${pkgver}
