1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

fixup! update to 2.0.2

This commit is contained in:
Alastair Pharo
2018-05-24 22:31:56 +10:00
parent a224b52d8c
commit 95461b2631
2 changed files with 6 additions and 5 deletions

View File

@@ -1,19 +1,20 @@
pkgbase = nix
pkgdesc = A purely functional package manager
pkgver = 2.0
pkgrel = 1
pkgver = 2.0.2
pkgrel = 2
url = https://nixos.org/nix
install = nix.install
arch = i686
arch = x86_64
arch = armv7h
license = LGPL
makedepends = bzip2
makedepends = gc
makedepends = openssl
depends = gc
depends = libsodium
source = https://nixos.org/releases/nix/nix-2.0/nix-2.0.tar.xz
sha256sums = 7024d327314bf92c1d3e6cccd944929828a44b24093954036bfb0115a92f5a14
source = https://nixos.org/releases/nix/nix-2.0.2/nix-2.0.2.tar.xz
sha256sums = 2d2984410f73d759485526e594ce41b9819fafa4676f4f85a93dbdd5352a1435
pkgname = nix

View File

@@ -7,7 +7,7 @@
pkgname=nix
pkgver=2.0.2
pkgrel=1
pkgrel=2
pkgdesc="A purely functional package manager"
arch=('i686' 'x86_64' 'armv7h')
url="https://nixos.org/nix"