Date: Thursday, November 22, 2018 @ 10:10:38 Author: eworm Revision: 340231
upgpkg: f2fs-tools 1.12.0-1 new upstream release Modified: f2fs-tools/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-22 09:52:43 UTC (rev 340230) +++ PKGBUILD 2018-11-22 10:10:38 UTC (rev 340231) @@ -2,27 +2,26 @@ # Contributor: Christian Hesse <[email protected]> pkgname=f2fs-tools -pkgver=1.11.0 -pkgrel=2 -pkgdesc="Tools for Flash-Friendly File System (F2FS)" +pkgver=1.12.0 +pkgrel=1 +pkgdesc='Tools for Flash-Friendly File System (F2FS)' arch=('x86_64') -url='http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/' +url='https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/about/' depends=('util-linux') +makedepends=('git') license=('GPL') -source=("https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz") -sha256sums=('b916ac7cda902502cf18de98da94921f71edbab40fb0437d757f0716191c79e3') +validpgpkeys=('D3452A79D8C2B4EAC656F4224014A87E824850D2') # Jaegeuk Kim <[email protected]> +source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git#tag=v${pkgver}?signed") +sha256sums=('SKIP') prepare() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" - # sg_write_buffer is provided in sg3_utils - sed -i '/sg_write_buffer/d' tools/Makefile.am - autoreconf -fi } build() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" ./configure \ --prefix=/usr \ @@ -31,7 +30,7 @@ } package() { - cd "${pkgname}-${pkgver}" + cd "${pkgname}" make DESTDIR="${pkgdir}/" sbindir=/usr/bin install }
