Date: Friday, April 29, 2016 @ 21:02:47 Author: arojas Revision: 172815
Keep data gzipped Modified: archlinux-appstream-data/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-29 19:00:47 UTC (rev 172814) +++ PKGBUILD 2016-04-29 19:02:47 UTC (rev 172815) @@ -3,7 +3,7 @@ pkgname=archlinux-appstream-data pkgver=20160428 -pkgrel=1 +pkgrel=2 pkgdesc="Arch Linux application database for AppStream-based software centers" arch=(any) url="http://www.archlinux.org" @@ -10,13 +10,13 @@ license=(GPL) depends=() makedepends=() -source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.xz +source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz) -noextract=({core,extra,community}-icons-{64x64,128x128}.tar.gz) -md5sums=('ca8e186de849c2c53ed71414922692b7' - '9a0c8fe7b74c22de9573d97eb7c96aa3' - 'af95a564736784f9fc057387a427508a' +noextract=({core,extra,community}.xml.gz {core,extra,community}-icons-{64x64,128x128}.tar.gz) +md5sums=('20d5ba5e26e16b4e9329c37020ca7e4d' + '938ac2e74654ab77ca0a878f09d0bb2f' + '4bde693f3bc4089553960033fe1f0307' '3ab87b983dab1b42b298fca86e427b9e' '1234e8ab11a6c903ac9f868f88737189' 'c954864542a2ff6cd0c8329ba3633224' @@ -30,5 +30,5 @@ tar -xzf $_repo-icons-64x64.tar.gz -C "$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64 tar -xzf $_repo-icons-128x128.tar.gz -C "$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128 done - cp *.xml "$pkgdir"/usr/share/app-info/xmls/ + cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/ }
