1
0
mirror of https://github.com/bertptrs/aur.git synced 2025-12-25 20:40:32 +01:00

update to 1.11.1

This commit is contained in:
vlad
2016-01-23 00:39:46 +02:00
parent 517f443057
commit b3291f3b11
2 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
# Generated by mksrcinfo v8
# Fri Jan 22 22:39:28 UTC 2016
pkgbase = nix
pkgdesc = A purely functional package manager
pkgver = 1.10
pkgver = 1.11.1
pkgrel = 1
url = https://nixos.org/nix
arch = i686
@@ -13,8 +15,8 @@ pkgbase = nix
depends = perl-dbd-sqlite
depends = gc
depends = libsodium
source = http://nixos.org/releases/nix/nix-1.10/nix-1.10.tar.xz
sha256sums = 5612ca7a549dd1ee20b208123e041aaa95a414a0e8f650ea88c672dc023d10f6
source = http://nixos.org/releases/nix/nix-1.11.1/nix-1.11.1.tar.xz
sha256sums = 21a99b3d0afdbe10241aaf506738fd0a81ff868e3d7c666e3cb6b621a926ea7a
pkgname = nix

View File

@@ -4,7 +4,7 @@
# Contributor: koral <koral at mailoo dot org>
pkgname=nix
pkgver=1.10
pkgver=1.11.1
pkgrel=1
pkgdesc="A purely functional package manager"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('LGPL')
depends=('perl-www-curl' 'perl-dbd-sqlite' 'gc' 'libsodium')
makedepends=('bzip2' 'gc' 'openssl')
source=("http://nixos.org/releases/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=('5612ca7a549dd1ee20b208123e041aaa95a414a0e8f650ea88c672dc023d10f6')
sha256sums=('21a99b3d0afdbe10241aaf506738fd0a81ff868e3d7c666e3cb6b621a926ea7a')
build () {
cd "$pkgname-$pkgver"