mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 05:20:32 +01:00
upgpkg: nix 2.3.14-1
upstream release, enable signature verification
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = nix
|
pkgbase = nix
|
||||||
pkgdesc = A purely functional package manager
|
pkgdesc = A purely functional package manager
|
||||||
pkgver = 2.3.13
|
pkgver = 2.3.14
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://nixos.org/nix
|
url = https://nixos.org/nix
|
||||||
install = nix.install
|
install = nix.install
|
||||||
@@ -16,9 +16,12 @@ pkgbase = nix
|
|||||||
depends = brotli
|
depends = brotli
|
||||||
depends = editline
|
depends = editline
|
||||||
optdepends = archlinux-nix: tools to help with setup of Nix
|
optdepends = archlinux-nix: tools to help with setup of Nix
|
||||||
source = https://nixos.org/releases/nix/nix-2.3.13/nix-2.3.13.tar.xz
|
source = https://nixos.org/releases/nix/nix-2.3.14/nix-2.3.14.tar.xz
|
||||||
|
source = https://nixos.org/releases/nix/nix-2.3.14/nix-2.3.14.tar.xz.asc
|
||||||
source = ldflags.patch
|
source = ldflags.patch
|
||||||
sha256sums = 7034647cb4fcfeff54134d22a0443ec4eccba8f1bc902f9ef1e6b447c5c46118
|
validpgpkeys = B541D55301270E0BCF15CA5D8170B4726D7198DE
|
||||||
|
sha256sums = 713a0c9d9537f94a637a28979c6ddc973f739fc5e4f936c1ed46ea98b32b9459
|
||||||
|
sha256sums = SKIP
|
||||||
sha256sums = 42350237d98785b30b0ee099405f2f1f7412f8a816162c22bd232ed3dbbe0305
|
sha256sums = 42350237d98785b30b0ee099405f2f1f7412f8a816162c22bd232ed3dbbe0305
|
||||||
|
|
||||||
pkgname = nix
|
pkgname = nix
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# Contributor: Anders Bennehag
|
# Contributor: Anders Bennehag
|
||||||
|
|
||||||
pkgname=nix
|
pkgname=nix
|
||||||
pkgver=2.3.13
|
pkgver=2.3.14
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A purely functional package manager"
|
pkgdesc="A purely functional package manager"
|
||||||
arch=('i686' 'x86_64' 'armv7h')
|
arch=('i686' 'x86_64' 'armv7h')
|
||||||
@@ -18,9 +18,11 @@ depends=('gc' 'libsodium' 'boost' 'brotli' 'editline')
|
|||||||
optdepends=('archlinux-nix: tools to help with setup of Nix')
|
optdepends=('archlinux-nix: tools to help with setup of Nix')
|
||||||
makedepends=('bzip2' 'openssl')
|
makedepends=('bzip2' 'openssl')
|
||||||
install=nix.install
|
install=nix.install
|
||||||
source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz"
|
validpgpkeys=('B541D55301270E0BCF15CA5D8170B4726D7198DE')
|
||||||
|
source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz"{,.asc}
|
||||||
'ldflags.patch')
|
'ldflags.patch')
|
||||||
sha256sums=('7034647cb4fcfeff54134d22a0443ec4eccba8f1bc902f9ef1e6b447c5c46118'
|
sha256sums=('713a0c9d9537f94a637a28979c6ddc973f739fc5e4f936c1ed46ea98b32b9459'
|
||||||
|
'SKIP'
|
||||||
'42350237d98785b30b0ee099405f2f1f7412f8a816162c22bd232ed3dbbe0305')
|
'42350237d98785b30b0ee099405f2f1f7412f8a816162c22bd232ed3dbbe0305')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|||||||
Reference in New Issue
Block a user