aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/.SRCINFO3
-rw-r--r--nix/PKGBUILD5
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 @@
1pkgbase = nix 1pkgbase = 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
9pkgname=nix 9pkgname=nix
10pkgver=2.2.2 10pkgver=2.2.2
11pkgrel=1 11pkgrel=2
12pkgdesc="A purely functional package manager" 12pkgdesc="A purely functional package manager"
13arch=('i686' 'x86_64' 'armv7h') 13arch=('i686' 'x86_64' 'armv7h')
14url="https://nixos.org/nix" 14url="https://nixos.org/nix"
15license=('LGPL') 15license=('LGPL')
16depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static') 16depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static')
17makedepends=('bzip2' 'gc' 'openssl') 17makedepends=('bzip2' 'openssl')
18install=nix.install 18install=nix.install
19source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") 19source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz")
20sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c') 20sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c')
21 21
22
23prepare() { 22prepare() {
24 cd "$pkgname-$pkgver" 23 cd "$pkgname-$pkgver"
25} 24}