aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Pharo <asppsa@gmail.com>2018-05-24 22:31:56 +1000
committerAlastair Pharo <asppsa@gmail.com>2018-05-24 22:31:56 +1000
commit95461b2631c2479e99fb11ab87aa8e93a9f866eb (patch)
treee6dceba3ccd69c2f7c17e071e9d2fc2bedf8f3f0
parenta224b52d8ca2d294b75b724efb2713bc49f183d8 (diff)
downloadAUR-95461b2631c2479e99fb11ab87aa8e93a9f866eb.tar.gz
AUR-95461b2631c2479e99fb11ab87aa8e93a9f866eb.tar.zst
AUR-95461b2631c2479e99fb11ab87aa8e93a9f866eb.zip
fixup! update to 2.0.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e303f97..a7a0ebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
1pkgbase = nix 1pkgbase = nix
2 pkgdesc = A purely functional package manager 2 pkgdesc = A purely functional package manager
3 pkgver = 2.0 3 pkgver = 2.0.2
4 pkgrel = 1 4 pkgrel = 2
5 url = https://nixos.org/nix 5 url = https://nixos.org/nix
6 install = nix.install 6 install = nix.install
7 arch = i686 7 arch = i686
8 arch = x86_64 8 arch = x86_64
9 arch = armv7h
9 license = LGPL 10 license = LGPL
10 makedepends = bzip2 11 makedepends = bzip2
11 makedepends = gc 12 makedepends = gc
12 makedepends = openssl 13 makedepends = openssl
13 depends = gc 14 depends = gc
14 depends = libsodium 15 depends = libsodium
15 source = https://nixos.org/releases/nix/nix-2.0/nix-2.0.tar.xz 16 source = https://nixos.org/releases/nix/nix-2.0.2/nix-2.0.2.tar.xz
16 sha256sums = 7024d327314bf92c1d3e6cccd944929828a44b24093954036bfb0115a92f5a14 17 sha256sums = 2d2984410f73d759485526e594ce41b9819fafa4676f4f85a93dbdd5352a1435
17 18
18pkgname = nix 19pkgname = nix
19 20
diff --git a/PKGBUILD b/PKGBUILD
index 333c027..c730039 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
7 7
8pkgname=nix 8pkgname=nix
9pkgver=2.0.2 9pkgver=2.0.2
10pkgrel=1 10pkgrel=2
11pkgdesc="A purely functional package manager" 11pkgdesc="A purely functional package manager"
12arch=('i686' 'x86_64' 'armv7h') 12arch=('i686' 'x86_64' 'armv7h')
13url="https://nixos.org/nix" 13url="https://nixos.org/nix"