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

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 13:33:58 UTC 2020


    Date: Saturday, May 16, 2020 @ 13:33:57
  Author: foutrelis
Revision: 384630

upgpkg: lirc 1:0.10.1-6: add build dep on systemd

Modified:
  lirc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-16 13:32:20 UTC (rev 384629)
+++ PKGBUILD	2020-05-16 13:33:57 UTC (rev 384630)
@@ -4,7 +4,7 @@
 pkgname=lirc
 _pkgver=0.10.1
 [[ $_pkgver =~ [a-z]$ ]] && pkgver="${_pkgver:0:-1}.${_pkgver: -1}" || pkgver="$_pkgver"
-pkgrel=5
+pkgrel=6
 epoch=1
 pkgdesc="Linux Infrared Remote Control utilities"
 arch=('x86_64')
@@ -11,7 +11,8 @@
 url="https://www.lirc.org/"
 license=('GPL')
 depends=('alsa-lib' 'libx11' 'libftdi' 'libusb-compat')
-makedepends=('help2man' 'alsa-lib' 'libx11' 'libxslt' 'python' 'python-setuptools')
+makedepends=('help2man' 'alsa-lib' 'libx11' 'libxslt' 'python' 'python-setuptools'
+             'systemd')
 optdepends=('python: for lirc-setup, irdb-get and pronto2lirc')
 provides=('lirc-utils')
 conflicts=('lirc-utils')



More information about the arch-commits mailing list