X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAUR.git;a=blobdiff_plain;f=nix%2FPKGBUILD;h=8005698dfd28d3bfdb20ccc2adf265423e631854;hp=a3c9a86a54acfec5de3a47acc6bae67afed60102;hb=6fe662d2166570a8b2de1eca45c3f07933c5b4fa;hpb=b720d343f3ee3492d8027450a4636dc8a52793e0 diff --git a/nix/PKGBUILD b/nix/PKGBUILD index a3c9a86..8005698 100644 --- a/nix/PKGBUILD +++ b/nix/PKGBUILD @@ -7,18 +7,17 @@ # Contributor: Anders Bennehag pkgname=nix -pkgver=2.2.1 -pkgrel=1 +pkgver=2.2.2 +pkgrel=2 pkgdesc="A purely functional package manager" arch=('i686' 'x86_64' 'armv7h') url="https://nixos.org/nix" license=('LGPL') depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static') -makedepends=('bzip2' 'gc' 'openssl') +makedepends=('bzip2' 'openssl') install=nix.install source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") -sha256sums=('85f8d3518060803e44e51b1a9ada1a39cea904b36a632ba1844043a0b63be515') - +sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c') prepare() { cd "$pkgname-$pkgver"