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

Levente Polyak anthraxx at archlinux.org
Sat Sep 26 18:59:04 UTC 2020


    Date: Saturday, September 26, 2020 @ 18:59:03
  Author: anthraxx
Revision: 712515

upgpkg: xmonad-utils 0.1.3.3-68: libxcrypt rebuild

Modified:
  xmonad-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 18:42:01 UTC (rev 712514)
+++ PKGBUILD	2020-09-26 18:59:03 UTC (rev 712515)
@@ -3,15 +3,16 @@
 
 pkgname=xmonad-utils
 pkgver=0.1.3.3
-pkgrel=67
+pkgrel=68
 pkgdesc='Small collection of X utilities'
 url='https://hackage.haskell.org/package/xmonad-utils'
 arch=('x86_64')
 license=('BSD')
-depends=('ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11' 'haskell-random' 'haskell-unix')
+depends=('glibc' 'ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11' 'haskell-random' 'haskell-unix'
+         'libxcrypt' 'libcrypt.so' 'libx11')
 makedepends=('ghc')
 options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('45a5db08e2e8fce4a11f929107c29d5073b897cbe83af0ea24ee2e691b72e2f8')
 sha512sums=('f969a0b75107266ec5f74edc06075a1ede72857311d8e0494bf5b567d18e0a9d6e5b046dbb2a34783c2eafc18be9576b86aa78415306974718031a7dd652418c')
 
@@ -19,7 +20,9 @@
   cd ${pkgname}-${pkgver}
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir=/usr/share/doc/${pkgname} \
-        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+        --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+        --ghc-option='-pie'
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list