GPG support done
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,5 +1,5 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed Apr 6 08:18:21 UTC 2016
|
# Wed Apr 6 10:13:58 UTC 2016
|
||||||
pkgbase = debianutils
|
pkgbase = debianutils
|
||||||
pkgdesc = Miscellaneous utilities specific to Debian
|
pkgdesc = Miscellaneous utilities specific to Debian
|
||||||
pkgver = 4.7
|
pkgver = 4.7
|
||||||
@@ -11,7 +11,9 @@ 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
|
||||||
|
source = debianutils_4.7.tar.xz.sig
|
||||||
sha512sums = 74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa
|
sha512sums = 74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa
|
||||||
|
sha512sums = SKIP
|
||||||
|
|
||||||
pkgname = debianutils
|
pkgname = debianutils
|
||||||
|
|
||||||
|
|||||||
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,8 +1,8 @@
|
|||||||
debianutils
|
*/
|
||||||
.*.swp
|
.*.swp
|
||||||
*.pkg.tar.xz
|
*.pkg.tar.xz
|
||||||
src
|
src/
|
||||||
pkg
|
pkg/
|
||||||
*.tar
|
*.tar
|
||||||
*.tar.bz2
|
*.tar.bz2
|
||||||
*.tar.xz
|
*.tar.xz
|
||||||
@@ -12,3 +12,7 @@ pkg
|
|||||||
*.tbz
|
*.tbz
|
||||||
*.tbz2
|
*.tbz2
|
||||||
*.zip
|
*.zip
|
||||||
|
*.run
|
||||||
|
*.7z
|
||||||
|
*.rar
|
||||||
|
*.deb
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -9,8 +9,10 @@ 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"
|
||||||
sha512sums=('74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa')
|
"${pkgname}_${pkgver}.tar.xz.sig")
|
||||||
|
sha512sums=('74110d194de8b6b61d40b133b97629520048a8fdedac349ec2031c793c0246526c1c7904e88098b4c2a121e5efba2d724924139ab1aca15d129a4d210f94a1aa'
|
||||||
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|||||||
BIN
debianutils_4.7.tar.xz.sig
Normal file
BIN
debianutils_4.7.tar.xz.sig
Normal file
Binary file not shown.
Reference in New Issue
Block a user