summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e303f97cbb59..a7a0ebc999f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 333c0276095f..c7300396fe9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"