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

Tim Meusel bastelfreak at gemini.archlinux.org
Mon Jun 27 19:41:01 UTC 2022


    Date: Monday, June 27, 2022 @ 19:41:01
  Author: bastelfreak
Revision: 1239752

archrelease: copy trunk to community-x86_64

Added:
  virt-what/repos/community-x86_64/PKGBUILD
    (from rev 1239751, virt-what/trunk/PKGBUILD)
Deleted:
  virt-what/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-27 19:40:22 UTC (rev 1239751)
+++ PKGBUILD	2022-06-27 19:41:01 UTC (rev 1239752)
@@ -1,30 +0,0 @@
-# Maintainer: Tim Meusel <tim at bastelfreak.de>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Thomas S Hatch <thatch45 (at) Gmail (dot) com>
-
-pkgname=virt-what
-pkgver=1.21
-pkgrel=2
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('dmidecode')
-pkgdesc='A small program that prints out a list of facts about a virtual machine'
-url='http://people.redhat.com/~rjones/virt-what/'
-validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0')
-source=("http://people.redhat.com/~rjones/virt-what/files/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha512sums=('14ace184c4aee5a09b855c1f5acaa619057aed1b9bf03c91ed1003e6a39ea69162c9fe452ea8162c7fe29825e0e2202cfc7d76e82f0cecea3e32405e5eb9f717'
-            'SKIP')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure
-  sed -i '/^sbindir/c sbindir = /usr/bin' Makefile
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make libexecdir=/usr/bin prefix=/usr DESTDIR=${pkgdir} install
-}

Copied: virt-what/repos/community-x86_64/PKGBUILD (from rev 1239751, virt-what/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-27 19:41:01 UTC (rev 1239752)
@@ -0,0 +1,30 @@
+# Maintainer: Tim Meusel <tim at bastelfreak.de>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Thomas S Hatch <thatch45 (at) Gmail (dot) com>
+
+pkgname=virt-what
+pkgver=1.24
+pkgrel=1
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('dmidecode')
+pkgdesc='A small program that prints out a list of facts about a virtual machine'
+url='http://people.redhat.com/~rjones/virt-what/'
+validpgpkeys=('F7774FB1AD074A7E8C8767EA91738F73E1B768A0')
+source=("http://people.redhat.com/~rjones/virt-what/files/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('f6d14ea402f737ce45e67637076a5c11d3fcdbc64a738851fd0ffabec374074c7a9cf857719e0c8cad87b41fc4e78b825ebedafa6fa14e414a4068fca4f5d99c'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure
+  sed -i '/^sbindir/c sbindir = /usr/bin' Makefile
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make libexecdir=/usr/bin prefix=/usr DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list