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

Sébastien Luttringer seblu at gemini.archlinux.org
Thu Aug 25 18:16:27 UTC 2022


    Date: Thursday, August 25, 2022 @ 18:16:27
  Author: seblu
Revision: 1279774

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-25 18:16:24 UTC (rev 1279773)
+++ PKGBUILD	2022-08-25 18:16:27 UTC (rev 1279774)
@@ -1,26 +0,0 @@
-# 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:

Copied: ioping/repos/community-x86_64/PKGBUILD (from rev 1279773, ioping/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-25 18:16:27 UTC (rev 1279774)
@@ -0,0 +1,26 @@
+# Maintainer: Sébastien Luttringer
+# Contributor: Kovivchak Evgen <oneonfire at gmail.com>
+
+pkgname=ioping
+pkgver=1.3
+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