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

Allan McRae allan at archlinux.org
Wed May 6 15:46:13 UTC 2020


    Date: Wednesday, May 6, 2020 @ 15:46:12
  Author: allan
Revision: 382414

upgpkg: libsm 1.2.3-2: fix FTBFS

Modified:
  libsm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 15:22:42 UTC (rev 382413)
+++ PKGBUILD	2020-05-06 15:46:12 UTC (rev 382414)
@@ -2,13 +2,13 @@
 
 pkgname=libsm
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="X11 Session Management library"
 arch=('x86_64')
 license=('custom')
 url="https://xorg.freedesktop.org/"
 depends=('libice' 'libutil-linux')
-makedepends=('xorg-util-macros' 'xtrans')
+makedepends=('xorg-util-macros' 'xtrans' 'xorgproto')
 source=(${url}/releases/individual/lib/libSM-${pkgver}.tar.bz2)
 sha512sums=('74c42e27029db78475e62025b4711dbac5e22d2f8e8a24be98a1c31b03c0fc4afe859928f851800ea0b76854f12147900dc4f27bbfd3d8ea45daaaf24b70a903')
 



More information about the arch-commits mailing list