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

Felix Yan felixonmars at archlinux.org
Mon Jun 22 06:24:57 UTC 2020


    Date: Monday, June 22, 2020 @ 06:24:56
  Author: felixonmars
Revision: 650319

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-22 06:24:41 UTC (rev 650318)
+++ PKGBUILD	2020-06-22 06:24:56 UTC (rev 650319)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Deon Spengler <deon at spengler.co.za>
-
-pkgname=ddcutil
-pkgver=0.9.8
-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)
-sha256sums=('445478a226d3fc46c6c058e503bba416948dad1152736b3c91326e60bbfc9025')
-
-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 650318, ddcutil/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-22 06:24:56 UTC (rev 650319)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Deon Spengler <deon at spengler.co.za>
+
+pkgname=ddcutil
+pkgver=0.9.9
+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=('f7b2b961c6b76ef59f336290b494cdd331556848de881d57e5240075d50733030df4c47131070f1276907d712a45f60dad6bebaa052a66621b8b5517ff293c21')
+
+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