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

Frederik Schwan freswa at archlinux.org
Sat Jul 4 23:14:03 UTC 2020


    Date: Saturday, July 4, 2020 @ 23:14:02
  Author: freswa
Revision: 657768

archrelease: copy trunk to community-x86_64

Added:
  intel-undervolt/repos/community-x86_64/PKGBUILD
    (from rev 657767, intel-undervolt/trunk/PKGBUILD)
Deleted:
  intel-undervolt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-04 23:13:37 UTC (rev 657767)
+++ PKGBUILD	2020-07-04 23:14:02 UTC (rev 657768)
@@ -1,25 +0,0 @@
-# Maintainer: Frederik Schwan <freswa at archlinux dot org>
-# Contributor: kitsunyan <`echo a2l0c3VueWFuQGFpcm1haWwuY2MK | base64 -d`>
-
-pkgname=intel-undervolt
-pkgver=1.7
-pkgrel=1
-pkgdesc='Intel CPU undervolting tool'
-arch=('x86_64')
-url='https://github.com/kitsunyan/intel-undervolt'
-license=('GPL3')
-depends=('glibc')
-backup=(etc/intel-undervolt.conf)
-source=("https://github.com/kitsunyan/intel-undervolt/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-b2sums=('0daade381b492184616356f097de32d14c76d6ab3f7dd59240fb25f92ee1b9aebb16cbef8b6836e16e361a9560b000655470140c31b5822fed7bd90e0b9d9bf2')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --enable-systemd
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: intel-undervolt/repos/community-x86_64/PKGBUILD (from rev 657767, intel-undervolt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-04 23:14:02 UTC (rev 657768)
@@ -0,0 +1,25 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: kitsunyan <`echo a2l0c3VueWFuQGFpcm1haWwuY2MK | base64 -d`>
+
+pkgname=intel-undervolt
+pkgver=1.7
+pkgrel=2
+pkgdesc='Intel CPU undervolting tool'
+arch=('x86_64')
+url='https://github.com/kitsunyan/intel-undervolt'
+license=('GPL3')
+depends=('glibc')
+backup=(etc/intel-undervolt.conf)
+source=("https://github.com/kitsunyan/intel-undervolt/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+b2sums=('0daade381b492184616356f097de32d14c76d6ab3f7dd59240fb25f92ee1b9aebb16cbef8b6836e16e361a9560b000655470140c31b5822fed7bd90e0b9d9bf2')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --enable-systemd
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list