adding gitignore, updating to sha512sums
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Mon Feb 8 16:14:32 UTC 2016
|
# Wed Apr 6 08:18:21 UTC 2016
|
||||||
pkgbase = debianutils
|
pkgbase = debianutils
|
||||||
pkgdesc = Miscellaneous utilities specific to Debian
|
pkgdesc = Miscellaneous utilities specific to Debian
|
||||||
pkgver = 4.7
|
pkgver = 4.7
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://packages.qa.debian.org/d/debianutils.html
|
url = http://packages.qa.debian.org/d/debianutils.html
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -11,7 +11,7 @@ pkgbase = debianutils
|
|||||||
depends = run-parts
|
depends = run-parts
|
||||||
depends = which
|
depends = which
|
||||||
source = http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_4.7.tar.xz
|
source = http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_4.7.tar.xz
|
||||||
md5sums = 00186f527b35e2cecd4db593c6d512d0
|
sha512sums = 74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa
|
||||||
|
|
||||||
pkgname = debianutils
|
pkgname = debianutils
|
||||||
|
|
||||||
|
|||||||
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
debianutils
|
||||||
|
.*.swp
|
||||||
|
*.pkg.tar.xz
|
||||||
|
src
|
||||||
|
pkg
|
||||||
|
*.tar
|
||||||
|
*.tar.bz2
|
||||||
|
*.tar.xz
|
||||||
|
*.tar.gz
|
||||||
|
*.tgz
|
||||||
|
*.txz
|
||||||
|
*.tbz
|
||||||
|
*.tbz2
|
||||||
|
*.zip
|
||||||
5
PKGBUILD
5
PKGBUILD
@@ -1,15 +1,16 @@
|
|||||||
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
|
# Maintainer: brent s. <bts[at]square-r00t[dot]net>
|
||||||
|
validpgpkeys=('7482 31EB CBD8 08A1 4F5E 85D2 8C00 4C2F 9348 1F6B')
|
||||||
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
|
# Contributor: Jochen Schalanda <jochen+aur (at) schalanda.name>
|
||||||
pkgname=debianutils
|
pkgname=debianutils
|
||||||
pkgver=4.7
|
pkgver=4.7
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Miscellaneous utilities specific to Debian"
|
pkgdesc="Miscellaneous utilities specific to Debian"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://packages.qa.debian.org/d/debianutils.html"
|
url="http://packages.qa.debian.org/d/debianutils.html"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('run-parts' 'which')
|
depends=('run-parts' 'which')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz)
|
source=(http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz)
|
||||||
md5sums=('00186f527b35e2cecd4db593c6d512d0')
|
sha512sums=('74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|||||||
Reference in New Issue
Block a user