[arch-commits] Commit in f2fs-tools/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Sat Feb 4 23:30:27 UTC 2017


    Date: Saturday, February 4, 2017 @ 23:30:26
  Author: eworm
Revision: 288055

upgpkg: f2fs-tools 1.8.0-1

* new upstream release
* remove upstream patch

Modified:
  f2fs-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-04 22:40:55 UTC (rev 288054)
+++ PKGBUILD	2017-02-04 23:30:26 UTC (rev 288055)
@@ -3,7 +3,7 @@
 # Contributor: Christian Hesse <mail at eworm.de>
 
 pkgname=f2fs-tools
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="Tools for Flash-Friendly File System (F2FS)"
 arch=('i686' 'x86_64')
@@ -10,17 +10,9 @@
 url='http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/about/'
 depends=('util-linux')
 license=('GPL')
-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')
+source=("https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/$pkgname-$pkgver.tar.gz")
+sha256sums=('d4dbecf55560c548bf0758c9f641d1beec1e960b38cbbc19951195d5144d39ae')
 
-prepare() {
-	cd "${pkgname}-${pkgver}"
-
-	patch -Np1 < "${srcdir}/f2fs-tools-allow-to-build-without-libselinux.patch"
-}
-
 build() {
 	cd "${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list