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

Felix Yan felixonmars at archlinux.org
Wed Mar 11 23:30:08 UTC 2020


    Date: Wednesday, March 11, 2020 @ 23:30:08
  Author: felixonmars
Revision: 594716

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-11 23:29:52 UTC (rev 594715)
+++ PKGBUILD	2020-03-11 23:30:08 UTC (rev 594716)
@@ -1,26 +0,0 @@
-# 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:

Copied: ioping/repos/community-x86_64/PKGBUILD (from rev 594715, ioping/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-11 23:30:08 UTC (rev 594716)
@@ -0,0 +1,26 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen <oneonfire at gmail.com>
+
+pkgname=ioping
+pkgver=1.2
+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")
+sha512sums=('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