diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-06 10:17:46 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-06 10:17:46 +0200 |
commit | 6fe662d2166570a8b2de1eca45c3f07933c5b4fa (patch) | |
tree | 0fc1594f26fc401bdc029b9976b9a5aab106773b | |
parent | 2097e3a1ab6927981ba151d5481e49acfad3787f (diff) | |
parent | 8d425371679c10323edb4f124e9ad64c9f9e9944 (diff) | |
download | AUR-6fe662d2166570a8b2de1eca45c3f07933c5b4fa.tar.gz AUR-6fe662d2166570a8b2de1eca45c3f07933c5b4fa.tar.zst AUR-6fe662d2166570a8b2de1eca45c3f07933c5b4fa.zip |
upgpkg: nix 2.2.2-2
Merge subtree 'nix'
-rw-r--r-- | nix/.SRCINFO | 3 | ||||
-rw-r--r-- | nix/PKGBUILD | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/nix/.SRCINFO b/nix/.SRCINFO index d0f6f15..51e5041 100644 --- a/nix/.SRCINFO +++ b/nix/.SRCINFO | |||
@@ -1,7 +1,7 @@ | |||
1 | pkgbase = nix | 1 | pkgbase = nix |
2 | pkgdesc = A purely functional package manager | 2 | pkgdesc = A purely functional package manager |
3 | pkgver = 2.2.2 | 3 | pkgver = 2.2.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 |
@@ -9,7 +9,6 @@ pkgbase = nix | |||
9 | arch = armv7h | 9 | arch = armv7h |
10 | license = LGPL | 10 | license = LGPL |
11 | makedepends = bzip2 | 11 | makedepends = bzip2 |
12 | makedepends = gc | ||
13 | makedepends = openssl | 12 | makedepends = openssl |
14 | depends = gc | 13 | depends = gc |
15 | depends = libsodium | 14 | depends = libsodium |
diff --git a/nix/PKGBUILD b/nix/PKGBUILD index faea9db..8005698 100644 --- a/nix/PKGBUILD +++ b/nix/PKGBUILD | |||
@@ -8,18 +8,17 @@ | |||
8 | 8 | ||
9 | pkgname=nix | 9 | pkgname=nix |
10 | pkgver=2.2.2 | 10 | pkgver=2.2.2 |
11 | pkgrel=1 | 11 | pkgrel=2 |
12 | pkgdesc="A purely functional package manager" | 12 | pkgdesc="A purely functional package manager" |
13 | arch=('i686' 'x86_64' 'armv7h') | 13 | arch=('i686' 'x86_64' 'armv7h') |
14 | url="https://nixos.org/nix" | 14 | url="https://nixos.org/nix" |
15 | license=('LGPL') | 15 | license=('LGPL') |
16 | depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static') | 16 | depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static') |
17 | makedepends=('bzip2' 'gc' 'openssl') | 17 | makedepends=('bzip2' 'openssl') |
18 | install=nix.install | 18 | install=nix.install |
19 | source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") | 19 | source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") |
20 | sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c') | 20 | sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c') |
21 | 21 | ||
22 | |||
23 | prepare() { | 22 | prepare() { |
24 | cd "$pkgname-$pkgver" | 23 | cd "$pkgname-$pkgver" |
25 | } | 24 | } |