dh-make: 0.62
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = dh-make
|
||||
pkgdesc = tool that converts source archives into Debian package source
|
||||
pkgver = 0.61
|
||||
pkgver = 0.62
|
||||
pkgrel = 1
|
||||
url = http://packages.debian.org/sid/dh-make
|
||||
arch = any
|
||||
@@ -9,8 +9,8 @@ pkgbase = dh-make
|
||||
depends = dpkg
|
||||
depends = perl
|
||||
depends = make
|
||||
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_0.61.tar.gz
|
||||
md5sums = 405aa44ae1422e7440ffc43c1646aece
|
||||
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_0.62.tar.gz
|
||||
md5sums = 50df589c6a25c34805be0bd436f81986
|
||||
|
||||
pkgname = dh-make
|
||||
|
||||
|
||||
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
||||
# Contributor: Johannes Dewender arch at JonnyJD dot net
|
||||
# Contributor: Bartosz Feński <fenio@debian.org>
|
||||
pkgname=dh-make
|
||||
pkgver=0.61
|
||||
pkgver=0.62
|
||||
pkgrel=1
|
||||
pkgdesc="tool that converts source archives into Debian package source"
|
||||
arch=('any')
|
||||
@@ -9,7 +9,7 @@ url="http://packages.debian.org/sid/dh-make"
|
||||
license=('GPL')
|
||||
depends=('debhelper' 'dpkg' 'perl' 'make')
|
||||
source=(http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_$pkgver.tar.gz)
|
||||
md5sums=('405aa44ae1422e7440ffc43c1646aece')
|
||||
md5sums=('50df589c6a25c34805be0bd436f81986')
|
||||
|
||||
package() {
|
||||
mkdir -p $pkgdir/usr/bin $pkgdir/usr/share/debhelper/dh_make
|
||||
|
||||
Reference in New Issue
Block a user