[arch-commits] Commit in inxi/repos/community-any (PKGBUILD PKGBUILD upgpkg upgpkg)
Florian Pritz
bluewind at archlinux.org
Sun Dec 3 14:40:38 UTC 2017
Date: Sunday, December 3, 2017 @ 14:40:37
Author: bluewind
Revision: 272009
archrelease: copy trunk to community-any
Added:
inxi/repos/community-any/PKGBUILD
(from rev 272008, inxi/trunk/PKGBUILD)
inxi/repos/community-any/upgpkg
(from rev 272008, inxi/trunk/upgpkg)
Deleted:
inxi/repos/community-any/PKGBUILD
inxi/repos/community-any/upgpkg
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
upgpkg | 8 +++---
2 files changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-03 14:40:31 UTC (rev 272008)
+++ PKGBUILD 2017-12-03 14:40:37 UTC (rev 272009)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <f-p at gmx.at>
-pkgname=inxi
-pkgver=2.3.51
-pkgrel=1
-pkgdesc="script to get system information"
-arch=('any')
-url="http://inxi.org"
-license=('GPL')
-depends=(coreutils gawk grep pciutils procps-ng sed)
-optdepends=(
- "dmidecode: inxi -M if no sys machine data"
- "file: inxi -o unmounted file system"
- "hddtemp: inxi -Dx show hdd temp"
- "net-tools: inxi -i ip lan-deprecated"
- "iproute2: inxi -i ip lan"
- "lm_sensors: inxi -s sensors output"
- "usbutils: inxi -A usb audio;-N usb networking"
- "kmod: inxi -Ax,-Nx module version"
- "systemd-sysvcompat: inxi -I runlevel"
- "sudo: inxi -Dx hddtemp-user;-o file-user"
- "mesa-demos: inxi -G glx info"
- "xorg-xdpyinfo: inxi -G multi screen resolution"
- "xorg-xprop: inxi -S desktop data"
- "xorg-xrandr: inxi -G single screen resolution"
-)
-source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('bf6ea9ef56e9f75badd7207f5c036405')
-
-package() {
- cd "$srcdir"
- install -D -m755 inxi "$pkgdir/usr/bin/inxi"
- install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: inxi/repos/community-any/PKGBUILD (from rev 272008, inxi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-12-03 14:40:37 UTC (rev 272009)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Florian Pritz <f-p at gmx.at>
+pkgname=inxi
+pkgver=2.3.52
+pkgrel=1
+pkgdesc="script to get system information"
+arch=('any')
+url="http://inxi.org"
+license=('GPL')
+depends=(coreutils gawk grep pciutils procps-ng sed)
+optdepends=(
+ "dmidecode: inxi -M if no sys machine data"
+ "file: inxi -o unmounted file system"
+ "hddtemp: inxi -Dx show hdd temp"
+ "net-tools: inxi -i ip lan-deprecated"
+ "iproute2: inxi -i ip lan"
+ "lm_sensors: inxi -s sensors output"
+ "usbutils: inxi -A usb audio;-N usb networking"
+ "kmod: inxi -Ax,-Nx module version"
+ "systemd-sysvcompat: inxi -I runlevel"
+ "sudo: inxi -Dx hddtemp-user;-o file-user"
+ "mesa-demos: inxi -G glx info"
+ "xorg-xdpyinfo: inxi -G multi screen resolution"
+ "xorg-xprop: inxi -S desktop data"
+ "xorg-xrandr: inxi -G single screen resolution"
+)
+source=(https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('fef5d12bf5d80a2b134454c4eb34b69a')
+
+package() {
+ cd "$srcdir"
+ install -D -m755 inxi "$pkgdir/usr/bin/inxi"
+ install -D -m755 inxi.1.gz "$pkgdir/usr/share/man/man1/inxi.1.gz"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: upgpkg
===================================================================
--- upgpkg 2017-12-03 14:40:31 UTC (rev 272008)
+++ upgpkg 2017-12-03 14:40:37 UTC (rev 272009)
@@ -1,4 +0,0 @@
-upgpkg_pre_upgrade() {
- wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O inxi-$_newpkgver.tar.gz
- scp inxi-$_newpkgver.tar.gz orion.archlinux.org:/srv/ftp/other/community/inxi
-}
Copied: inxi/repos/community-any/upgpkg (from rev 272008, inxi/trunk/upgpkg)
===================================================================
--- upgpkg (rev 0)
+++ upgpkg 2017-12-03 14:40:37 UTC (rev 272009)
@@ -0,0 +1,4 @@
+upgpkg_pre_upgrade() {
+ wget https://github.com/smxi/inxi/raw/master/inxi.tar.gz -O inxi-$_newpkgver.tar.gz
+ scp inxi-$_newpkgver.tar.gz orion.archlinux.org:/srv/ftp/other/community/inxi
+}
More information about the arch-commits
mailing list