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

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Oct 28 11:07:30 UTC 2013


    Date: Monday, October 28, 2013 @ 12:07:29
  Author: tpowa
Revision: 197683

upgpkg: f2fs-tools 1.2.0-1

bump to latest version

Modified:
  f2fs-tools/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-28 10:54:43 UTC (rev 197682)
+++ PKGBUILD	2013-10-28 11:07:29 UTC (rev 197683)
@@ -3,17 +3,17 @@
 # Contributor: Christian Hesse <mail at eworm.de>
 
 pkgname=f2fs-tools
-pkgver=1.1.0_130404
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Tools for Flash-Friendly File System (F2FS)"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/f2fs-tools/"
 depends=('util-linux')
 license=('GPL')
-#source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.1.0.tar.gz')
-source=("ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('0bb44c174a2da2a7dd1216cc46b4612c')
+source=('http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/snapshot/f2fs-tools-1.2.0.tar.gz')
+#source=("ftp://ftp.archlinux.org/other/packages/$pkgname/$pkgname-$pkgver.tar.bz2")
 options=(!libtool)
+md5sums=('d27ad7cd56f6001f7e1d508d85eef195')
 
 build() {
 	cd "${pkgname}-${pkgver}"
@@ -28,4 +28,3 @@
 
 	make DESTDIR="${pkgdir}/" sbindir=/usr/bin install
 }
-




More information about the arch-commits mailing list