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

Felix Yan felixonmars at archlinux.org
Mon Feb 8 12:47:12 UTC 2021


    Date: Monday, February 8, 2021 @ 12:47:11
  Author: felixonmars
Revision: 848988

archrelease: copy trunk to community-x86_64

Added:
  ddcutil/repos/community-x86_64/PKGBUILD
    (from rev 848986, ddcutil/trunk/PKGBUILD)
Deleted:
  ddcutil/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-08 12:47:07 UTC (rev 848987)
+++ PKGBUILD	2021-02-08 12:47:11 UTC (rev 848988)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Deon Spengler <deon at spengler.co.za>
-
-pkgname=ddcutil
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
-url='http://ddcutil.com/'
-arch=('x86_64')
-license=('GPL2')
-depends=('glib2' 'libusb' 'libdrm' 'libxrandr')
-makedepends=('systemd')
-source=(https://github.com/rockowitz/ddcutil/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('332087bfb478911f644c0386cb8d3e8befd29a1bad54759ff043559649ee5ff2124b6061aa1d49b601683b82919eca0ebd119098f32b5ab7ae86eda7fc29c707')
-
-prepare() {
-  cd $pkgname-$pkgver
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim: ft=sh ts=2 sw=2 et

Copied: ddcutil/repos/community-x86_64/PKGBUILD (from rev 848986, ddcutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-08 12:47:11 UTC (rev 848988)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Deon Spengler <deon at spengler.co.za>
+
+pkgname=ddcutil
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Query and change Linux monitor settings using DDC/CI and USB.'
+url='http://ddcutil.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('glib2' 'libusb' 'libdrm' 'libxrandr')
+makedepends=('systemd')
+source=(https://github.com/rockowitz/ddcutil/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha512sums=('38e8a81ef6012a3576643c21c2007f53ac525c1232e19cc77914548205674f51da3ea2c129b827da25e048d6b8205e41a71016ddde971abb224b3ac4329a936f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim: ft=sh ts=2 sw=2 et



More information about the arch-commits mailing list