[arch-commits] Commit in ioping/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat Oct 20 14:46:27 UTC 2018


    Date: Saturday, October 20, 2018 @ 14:46:27
  Author: seblu
Revision: 398091

archrelease: copy trunk to community-x86_64

Added:
  ioping/repos/community-x86_64/PKGBUILD
    (from rev 398090, ioping/trunk/PKGBUILD)
Deleted:
  ioping/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-20 14:46:16 UTC (rev 398090)
+++ PKGBUILD	2018-10-20 14:46:27 UTC (rev 398091)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kovivchak Evgen <oneonfire at gmail.com>
-
-pkgname=ioping
-pkgver=1.0
-pkgrel=1
-pkgdesc='Simple disk I/0 latency measuring tool'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='https://github.com/koct9i/ioping'
-depends=('glibc')
-makedepends=('git')
-source=("git+https://github.com/koct9i/ioping#tag=v$pkgver")
-sha1sums=('SKIP')
-
-build() {
-  cd $pkgname
-  make PREFIX=/usr
-}
-
-package() {
-  cd $pkgname
-  make PREFIX="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ioping/repos/community-x86_64/PKGBUILD (from rev 398090, ioping/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-20 14:46:27 UTC (rev 398091)
@@ -0,0 +1,26 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen <oneonfire at gmail.com>
+
+pkgname=ioping
+pkgver=1.1
+pkgrel=1
+pkgdesc='Simple disk I/0 latency measuring tool'
+arch=('x86_64')
+license=('GPL3')
+url='https://github.com/koct9i/ioping'
+depends=('glibc')
+makedepends=('git')
+source=("git+https://github.com/koct9i/ioping#tag=v$pkgver")
+sha1sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+package() {
+  cd $pkgname
+  make PREFIX="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list