[arch-commits] Commit in plasma5-applets-redshift-control/trunk (PKGBUILD)

Bruno Pagani archange at archlinux.org
Fri Jun 22 13:31:19 UTC 2018


    Date: Friday, June 22, 2018 @ 13:31:19
  Author: archange
Revision: 344596

Fix FS#59084

One time command + source URL.

Modified:
  plasma5-applets-redshift-control/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-22 13:30:52 UTC (rev 344595)
+++ PKGBUILD	2018-06-22 13:31:19 UTC (rev 344596)
@@ -3,7 +3,7 @@
 
 pkgname=plasma5-applets-redshift-control
 pkgver=1.0.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Plasma applet for controlling redshift."
 arch=('any')
 url="https://phabricator.kde.org/source/plasma-redshift-control/"
@@ -10,11 +10,12 @@
 license=('GPL')
 depends=('plasma-workspace' 'qt5-graphicaleffects' 'redshift')
 makedepends=('extra-cmake-modules')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/v${pkgver}.tar.gz")
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/kotelnik/plasma-applet-redshift-control/archive/v${pkgver}.tar.gz")
 sha256sums=('9f6de46653d9467e155ab857c84ef02021509f96afe0a4a7db9555f2a1da8d46')
 
 prepare() {
     mkdir -p build
+    sed -i "s/redshiftOneTimeCommand: 'redshift -O/redshiftOneTimeCommand: 'redshift -PO/" plasma-applet-redshift-control-${pkgver}/package/contents/ui/main.qml
 }
 
 build() {



More information about the arch-commits mailing list