add python2-enum34 to depends
This commit is contained in:
5
.SRCINFO
5
.SRCINFO
@@ -1,15 +1,16 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun May 8 15:11:17 UTC 2016
|
# Sun May 8 15:15:55 UTC 2016
|
||||||
pkgbase = dh-make
|
pkgbase = dh-make
|
||||||
pkgdesc = tool that converts source archives into Debian package source
|
pkgdesc = tool that converts source archives into Debian package source
|
||||||
pkgver = 2.201606
|
pkgver = 2.201606
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://packages.debian.org/sid/dh-make
|
url = http://packages.debian.org/sid/dh-make
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = dpkg
|
depends = dpkg
|
||||||
depends = perl
|
depends = perl
|
||||||
depends = make
|
depends = make
|
||||||
|
depends = python2-enum34
|
||||||
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201606.tar.xz
|
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201606.tar.xz
|
||||||
sha256sums = a86c2a80d1e5d3d3c9a15eca4beed28e0a0a2f99bdb8f756a0abfdd6005c10ec
|
sha256sums = a86c2a80d1e5d3d3c9a15eca4beed28e0a0a2f99bdb8f756a0abfdd6005c10ec
|
||||||
|
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,12 +2,12 @@
|
|||||||
# Contributor: Bartosz Feński <fenio@debian.org>
|
# Contributor: Bartosz Feński <fenio@debian.org>
|
||||||
pkgname=dh-make
|
pkgname=dh-make
|
||||||
pkgver=2.201606
|
pkgver=2.201606
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="tool that converts source archives into Debian package source"
|
pkgdesc="tool that converts source archives into Debian package source"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://packages.debian.org/sid/dh-make"
|
url="http://packages.debian.org/sid/dh-make"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('dpkg' 'perl' 'make')
|
depends=('dpkg' 'perl' 'make' 'python2-enum34')
|
||||||
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)
|
||||||
sha256sums=('a86c2a80d1e5d3d3c9a15eca4beed28e0a0a2f99bdb8f756a0abfdd6005c10ec')
|
sha256sums=('a86c2a80d1e5d3d3c9a15eca4beed28e0a0a2f99bdb8f756a0abfdd6005c10ec')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user