X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAUR.git;a=blobdiff_plain;f=PKGBUILD;h=faea9dbf4c22588a22bdd9207ab04f953be7ad41;hp=2382fb216129e9ad1487f8cd7b9ac242880105b9;hb=728f5350afb9ea992bfd0344a2044259285bde3f;hpb=86c819102e3c88103b51252b8d7fcefcbd0f1d1f diff --git a/PKGBUILD b/PKGBUILD index 2382fb2..faea9db 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,19 +4,20 @@ # Contributor: Mario Rodas # Contributor: Oozyslug # Contributor: koral +# Contributor: Anders Bennehag pkgname=nix -pkgver=2.1.1 -pkgrel=2 +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') +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=('63b1d49ea678162ada6996e42abb62cbc6e65cfefa4faa5436ae37100504720b') +sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c') prepare() { @@ -28,6 +29,7 @@ build () { ./configure --prefix=/usr \ --libexecdir="/usr/lib/$pkgname" \ --sysconfdir=/etc \ + --with-sandbox-shell=/usr/bin/dash-static \ --enable-gc make }