Add python3 dependency
This commit is contained in:
4
.SRCINFO
4
.SRCINFO
@@ -1,14 +1,14 @@
|
|||||||
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.201701
|
pkgver = 2.201701
|
||||||
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
|
depends = python
|
||||||
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201701.tar.xz
|
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201701.tar.xz
|
||||||
sha256sums = ba9b5f698ac2ec3f5e1cac4af9a51f0f3f7593297092f00936b644a6ae0f70e7
|
sha256sums = ba9b5f698ac2ec3f5e1cac4af9a51f0f3f7593297092f00936b644a6ae0f70e7
|
||||||
|
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -1,13 +1,15 @@
|
|||||||
|
# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz>
|
||||||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||||
# Contributor: Bartosz Feński <fenio@debian.org>
|
# Contributor: Bartosz Feński <fenio@debian.org>
|
||||||
|
|
||||||
pkgname=dh-make
|
pkgname=dh-make
|
||||||
pkgver=2.201701
|
pkgver=2.201701
|
||||||
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' 'python2-enum34')
|
depends=('dpkg' 'perl' 'make' 'python')
|
||||||
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=('ba9b5f698ac2ec3f5e1cac4af9a51f0f3f7593297092f00936b644a6ae0f70e7')
|
sha256sums=('ba9b5f698ac2ec3f5e1cac4af9a51f0f3f7593297092f00936b644a6ae0f70e7')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user