Date: Tuesday, January 2, 2018 @ 06:54:25 Author: eworm Revision: 313853
upgpkg: e2fsprogs 1.43.8-1 new upstream release Modified: e2fsprogs/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-01 22:44:27 UTC (rev 313852) +++ PKGBUILD 2018-01-02 06:54:25 UTC (rev 313853) @@ -3,7 +3,7 @@ # Contributor: judd <[email protected]> pkgname=e2fsprogs -pkgver=1.43.7 +pkgver=1.43.8 pkgrel=1 pkgdesc="Ext2/3/4 filesystem utilities" arch=('x86_64') @@ -17,7 +17,7 @@ validpgpkeys=('3AB057B7E78D945C8C5591FBD36F769BC11804F0') # Theodore Ts'o <[email protected]> source=("https://www.kernel.org/pub/linux/kernel/people/tytso/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar."{xz,sign} 'MIT-LICENSE') -sha256sums=('2a6367289047d68d9ba6a46cf89ab9a1efd0556cde02a51ebaf414ff51edded9' +sha256sums=('c0841d5fe724d49132158850f3975e886fccfcef642878dca2425a1b5d30b12a' 'SKIP' 'cc45386c1d71f438ad648fd7971e49e3074ad9dbacf9dd3a5b4cb61fd294ecbb') @@ -32,9 +32,16 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --with-root-prefix="" --libdir=/usr/lib \ - --sbindir=/usr/bin --enable-elf-shlibs --disable-fsck --disable-uuidd \ - --disable-libuuid --disable-libblkid + ./configure \ + --prefix=/usr \ + --with-root-prefix="" \ + --libdir=/usr/lib \ + --sbindir=/usr/bin \ + --enable-elf-shlibs \ + --disable-fsck \ + --disable-uuidd \ + --disable-libuuid \ + --disable-libblkid make }
