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

Jelle van der Waa jelle at archlinux.org
Wed May 6 21:35:00 UTC 2020


    Date: Wednesday, May 6, 2020 @ 21:34:59
  Author: jelle
Revision: 625205

archrelease: copy trunk to community-x86_64

Added:
  acpi/repos/community-x86_64/PKGBUILD
    (from rev 625204, acpi/trunk/PKGBUILD)
Deleted:
  acpi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 21:34:52 UTC (rev 625204)
+++ PKGBUILD	2020-05-06 21:34:59 UTC (rev 625205)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-
-pkgname=acpi
-pkgver=1.7
-pkgrel=2
-pkgdesc='Client for battery, power, and thermal readings'
-arch=('x86_64' 'i686')
-url='https://sourceforge.net/projects/acpiclient/files/acpiclient/'
-license=('GPL2')
-depends=('glibc')
-source=("https://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz")
-sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR"=$pkgdir" install
-}
-
-# vim:ts=2 sw=2 et:

Copied: acpi/repos/community-x86_64/PKGBUILD (from rev 625204, acpi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-06 21:34:59 UTC (rev 625205)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+
+pkgname=acpi
+pkgver=1.7
+pkgrel=3
+pkgdesc='Client for battery, power, and thermal readings'
+arch=('x86_64')
+url='https://sourceforge.net/projects/acpiclient/files/acpiclient/'
+license=('GPL2')
+depends=('glibc')
+source=("https://downloads.sourceforge.net/acpiclient/$pkgname-$pkgver.tar.gz")
+sha256sums=('d7a504b61c716ae5b7e81a0c67a50a51f06c7326f197b66a4b823de076a35005')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR"=$pkgdir" install
+}
+
+# vim:ts=2 sw=2 et:



More information about the arch-commits mailing list