]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
upgpkg: nix 2.2.2-1
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 5 May 2019 12:20:38 +0000 (14:20 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 5 May 2019 12:20:38 +0000 (14:20 +0200)
upstream release

Merge subtree 'nix'

1  2 
.SRCINFO
PKGBUILD

diff --combined .SRCINFO
index 1e3af62777ea723ca0a2385f53555434586611eb,562a12e6fc512fec2dbaafef72c11042560aa839..d0f6f1508be49f2b0b2067981b04d6fc3d8cdcbf
+++ b/.SRCINFO
@@@ -1,6 -1,6 +1,6 @@@
  pkgbase = nix
        pkgdesc = A purely functional package manager
-       pkgver = 2.2.1
+       pkgver = 2.2.2
        pkgrel = 1
        url = https://nixos.org/nix
        install = nix.install
        depends = libsodium
        depends = boost
        depends = brotli
 -      depends = readline
 +      depends = editline
 +      depends = dash-static
-       source = https://nixos.org/releases/nix/nix-2.2.1/nix-2.2.1.tar.xz
-       sha256sums = 85f8d3518060803e44e51b1a9ada1a39cea904b36a632ba1844043a0b63be515
+       source = https://nixos.org/releases/nix/nix-2.2.2/nix-2.2.2.tar.xz
+       sha256sums = f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c
  
  pkgname = nix
  
diff --combined PKGBUILD
index a3c9a86a54acfec5de3a47acc6bae67afed60102,ac476676a64f15529df88a3cc3f72fa65a089d6a..faea9dbf4c22588a22bdd9207ab04f953be7ad41
+++ b/PKGBUILD
@@@ -7,17 -7,17 +7,17 @@@
  # Contributor: Anders Bennehag
  
  pkgname=nix
- pkgver=2.2.1
+ pkgver=2.2.2
  pkgrel=1
  pkgdesc="A purely functional package manager"
  arch=('i686' 'x86_64' 'armv7h')
  url="https://nixos.org/nix"
  license=('LGPL')
 -depends=('gc' 'libsodium' 'boost' 'brotli' 'readline')
 +depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static')
  makedepends=('bzip2' 'gc' 'openssl')
  install=nix.install
  source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz")
- sha256sums=('85f8d3518060803e44e51b1a9ada1a39cea904b36a632ba1844043a0b63be515')
+ sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c')
  
  
  prepare() {
  
  build () {
    cd "$pkgname-$pkgver"
 -  export EDITLINE_CFLAGS="-DREADLINE"
 -  export EDITLINE_LIBS="/usr/lib/libreadline.so"
    ./configure --prefix=/usr \
                --libexecdir="/usr/lib/$pkgname" \
                --sysconfdir=/etc \
 +              --with-sandbox-shell=/usr/bin/dash-static \
                --enable-gc
    make
  }