Missed to update the checksums and use xz, doh

This commit is contained in:
Giovanni Santini
2015-08-27 23:55:17 +02:00
parent 9ae2c3cd20
commit ba36015933
2 changed files with 4 additions and 4 deletions

View File

@@ -13,12 +13,12 @@ license=('GPL')
changelog=ChangeLog
depends=('gettext' 'perl' 'intltool-debian')
source=(http://ftp.debian.org/debian/pool/main/p/po-debconf/${pkgname}_${pkgver}_all.deb)
sha256sums=('aec4d18a310988aebc55a14db7e5fd0dfee6b49cca1d5aa6e7e58b8645a7d29e')
sha256sums=('2842ee181138de994f680a157c5915391f1163cce40be9691c8159015131bd2f')
build() {
cd $srcdir
ar -x $srcdir/${pkgname}_${pkgver}+nmu2_all.deb data.tar.gz
tar -zxf $srcdir/data.tar.gz
ar -x $srcdir/${pkgname}_${pkgver}_all.deb data.tar.xz
tar -xJf $srcdir/data.tar.xz
}
package() {