Date: Saturday, June 1, 2019 @ 16:57:06
  Author: archange
Revision: 476543

archrelease: copy trunk to community-x86_64

Added:
  displaycal/repos/community-x86_64/PKGBUILD
    (from rev 476542, displaycal/trunk/PKGBUILD)
Deleted:
  displaycal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-06-01 16:56:53 UTC (rev 476542)
+++ PKGBUILD    2019-06-01 16:57:06 UTC (rev 476543)
@@ -1,31 +0,0 @@
-# Maintainer: Bruno Pagani <archa...@archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redae...@gmail.com>
-# Contributor: Cedric Girard <girard.ced...@gmail.com>
-# Contributor: foxbunny <bg.bra...@gmail.com>
-
-_pkgname=DisplayCAL
-pkgname=displaycal
-pkgver=3.8.1.0
-pkgrel=1
-pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
-arch=(x86_64)
-url="https://displaycal.net/";
-license=(GPL3)
-depends=(argyllcms python2-wxpython3 python2-numpy)
-makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
-optdepends=('gnome-color-manager: profile installation for GNOME'
-            'colord-kde: profile installation for Plasma')
-source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz";)
-sha256sums=('94613771ba08b71e5d99a99910fe90a8bb1e7039c7abd1870cbe0c16a6154969')
-
-build() {
-    cd ${_pkgname}-${pkgver}
-    python2 setup.py build
-}
-
-package() {
-    cd ${_pkgname}-${pkgver}
-    python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-    # udev rules are shipped with argyllcms
-    rm -r "${pkgdir}"/etc/udev/
-}

Copied: displaycal/repos/community-x86_64/PKGBUILD (from rev 476542, 
displaycal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-06-01 16:57:06 UTC (rev 476543)
@@ -0,0 +1,31 @@
+# Maintainer: Bruno Pagani <archa...@archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redae...@gmail.com>
+# Contributor: Cedric Girard <girard.ced...@gmail.com>
+# Contributor: foxbunny <bg.bra...@gmail.com>
+
+_pkgname=DisplayCAL
+pkgname=displaycal
+pkgver=3.8.1.1
+pkgrel=1
+pkgdesc="Open Source Display Calibration and Characterization powered by 
Argyll CMS (Formerly known as dispcalGUI)"
+arch=(x86_64)
+url="https://displaycal.net/";
+license=(GPL3)
+depends=(argyllcms python2-wxpython3 python2-numpy)
+makedepends=(libx11 libxrandr libxinerama libxxf86vm python2-setuptools)
+optdepends=('gnome-color-manager: profile installation for GNOME'
+            'colord-kde: profile installation for Plasma')
+source=("https://downloads.sourceforge.net/dispcalgui/${_pkgname}-${pkgver}.tar.gz";)
+sha256sums=('6ba156644bf200c0e0fdce8723a83fe895d4acf64237f6b8ad3725dcd323881b')
+
+build() {
+    cd ${_pkgname}-${pkgver}
+    python2 setup.py build
+}
+
+package() {
+    cd ${_pkgname}-${pkgver}
+    python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+    # udev rules are shipped with argyllcms
+    rm -r "${pkgdir}"/etc/udev/
+}

Reply via email to