added conflicts and changed url
This commit is contained in:
parent
668c36dbca
commit
e70f0aacd5
2 changed files with 7 additions and 6 deletions
7
.SRCINFO
7
.SRCINFO
|
@ -1,13 +1,14 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Thu Nov 9 01:31:57 UTC 2017
|
# Sat Nov 18 16:25:32 UTC 2017
|
||||||
pkgbase = libnss-extrausers
|
pkgbase = libnss-extrausers
|
||||||
pkgdesc = nss module to have an additional passwd, shadow and group file
|
pkgdesc = nss module to have an additional passwd, shadow and group file
|
||||||
pkgver = 0.6
|
pkgver = 0.6
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://anonscm.debian.org/cgit/collab-maint/libnss-extrausers.git/log/?h=debian
|
url = https://packages.debian.org/de/source/sid/libnss-extrausers
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
makedepends = gcc
|
makedepends = gcc
|
||||||
|
conflicts = libnss-extrausers-git
|
||||||
source = http://http.debian.net/debian/pool/main/libn/libnss-extrausers/libnss-extrausers_0.6.orig.tar.gz
|
source = http://http.debian.net/debian/pool/main/libn/libnss-extrausers/libnss-extrausers_0.6.orig.tar.gz
|
||||||
sha256sums = 6a37c3cf6ff5dfd46b1b3127e1226404e43185fa73cd40e8144d5f7736eee9f0
|
sha256sums = 6a37c3cf6ff5dfd46b1b3127e1226404e43185fa73cd40e8144d5f7736eee9f0
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,12 +1,13 @@
|
||||||
# Maintainer: lod <aur@cyber-anlage.de>
|
# Maintainer: lod <aur@cyber-anlage.de>
|
||||||
pkgname=libnss-extrausers
|
pkgname=libnss-extrausers
|
||||||
pkgver=0.6
|
pkgver=0.6
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="nss module to have an additional passwd, shadow and group file"
|
pkgdesc="nss module to have an additional passwd, shadow and group file"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://anonscm.debian.org/cgit/collab-maint/libnss-extrausers.git/log/?h=debian"
|
url="https://packages.debian.org/de/source/sid/libnss-extrausers"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
makedepends=('gcc')
|
makedepends=('gcc')
|
||||||
|
conflicts=('libnss-extrausers-git')
|
||||||
source=(http://http.debian.net/debian/pool/main/libn/$pkgname/${pkgname}_$pkgver.orig.tar.gz)
|
source=(http://http.debian.net/debian/pool/main/libn/$pkgname/${pkgname}_$pkgver.orig.tar.gz)
|
||||||
sha256sums=('6a37c3cf6ff5dfd46b1b3127e1226404e43185fa73cd40e8144d5f7736eee9f0')
|
sha256sums=('6a37c3cf6ff5dfd46b1b3127e1226404e43185fa73cd40e8144d5f7736eee9f0')
|
||||||
|
|
||||||
|
@ -19,4 +20,3 @@ package() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd "$srcdir/$pkgname-$pkgver"
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue