Date: Friday, November 4, 2016 @ 10:25:29 Author: eworm Revision: 279829
upgpkg: f2fs-tools 1.7.0-1 * download sources via https * new upstream release * add upstream patch to build without libselinux Modified: f2fs-tools/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-04 06:38:43 UTC (rev 279828) +++ PKGBUILD 2016-11-04 10:25:29 UTC (rev 279829) @@ -3,16 +3,24 @@ # Contributor: Christian Hesse <[email protected]> pkgname=f2fs-tools -pkgver=1.6.1 +pkgver=1.7.0 pkgrel=1 pkgdesc="Tools for Flash-Friendly File System (F2FS)" arch=('i686' 'x86_64') -url="http://sourceforge.net/projects/f2fs-tools/" +url='http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/' depends=('util-linux') license=('GPL') -source=("http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz") -md5sums=('06feb8c9524b7e92f0ac460cd8c266bb') +source=("https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz" + 'f2fs-tools-allow-to-build-without-libselinux.patch::https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/patch/?id=b0a2386089fd6efade6b89094325ed8a9f8c6fff') +sha256sums=('33d454c2e95aabef5659949c4fff15f6c9877b48349e64411de502bc62b0cbd4' + '4ac1dcf67c0b9b4dbca12602cd9d2180363d67e721a667bf14ad4147f0bbf4f6') +prepare() { + cd "${pkgname}-${pkgver}" + + patch -Np1 < "${srcdir}/f2fs-tools-allow-to-build-without-libselinux.patch" +} + build() { cd "${pkgname}-${pkgver}"
