[arch-commits] Commit in read-edid/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Thu Jun 18 21:42:10 UTC 2015


    Date: Thursday, June 18, 2015 @ 23:42:10
  Author: kkeen
Revision: 135567

upgpkg: read-edid 3.0.2-1

Modified:
  read-edid/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-18 19:50:18 UTC (rev 135566)
+++ PKGBUILD	2015-06-18 21:42:10 UTC (rev 135567)
@@ -4,7 +4,7 @@
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 
 pkgname=read-edid
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="Program that can get information from a PNP monitor"
 arch=('i686' 'x86_64')
@@ -13,10 +13,15 @@
 depends=('libx86>=0.99')
 makedepends=('cmake')
 source=("http://www.polypux.org/projects/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('81f6a57162127ab9e969da53bc290e63')
+md5sums=('016546e438bf6c98739ff74061df9854')
 
 build() {
-    mkdir $pkgname-build
+    # bug in 3.0.2
+    pushd $pkgname-$pkgver
+    sed -i 's/COPYING/LICENSE/' CMakeLists.txt
+    popd
+
+    mkdir -p $pkgname-build
     cd $pkgname-build
     cmake "$srcdir/$pkgname-$pkgver" -DCMAKE_INSTALL_PREFIX="/usr"
     make



More information about the arch-commits mailing list