This commit is contained in:
Johannes Dewender
2016-05-08 17:11:17 +02:00
parent b7d05f420d
commit 97d51b5292
2 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Fri Mar 18 19:55:24 UTC 2016 # Sun May 8 15:11:17 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.201605 pkgver = 2.201606
pkgrel = 1 pkgrel = 1
url = http://packages.debian.org/sid/dh-make url = http://packages.debian.org/sid/dh-make
arch = any arch = any
@@ -10,8 +10,8 @@ pkgbase = dh-make
depends = dpkg depends = dpkg
depends = perl depends = perl
depends = make depends = make
source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201605.tar.xz source = http://ftp.debian.org/debian/pool/main/d/dh-make/dh-make_2.201606.tar.xz
sha256sums = 19a0bf5179d600785177aaf3d74ecedf7f565a5b8b609f5a947d5c8c51275aa9 sha256sums = a86c2a80d1e5d3d3c9a15eca4beed28e0a0a2f99bdb8f756a0abfdd6005c10ec
pkgname = dh-make pkgname = dh-make

View File

@@ -1,7 +1,7 @@
# 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.201605 pkgver=2.201606
pkgrel=1 pkgrel=1
pkgdesc="tool that converts source archives into Debian package source" pkgdesc="tool that converts source archives into Debian package source"
arch=('any') arch=('any')
@@ -9,7 +9,7 @@ url="http://packages.debian.org/sid/dh-make"
license=('GPL') license=('GPL')
depends=('dpkg' 'perl' 'make') depends=('dpkg' 'perl' 'make')
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=('19a0bf5179d600785177aaf3d74ecedf7f565a5b8b609f5a947d5c8c51275aa9') sha256sums=('a86c2a80d1e5d3d3c9a15eca4beed28e0a0a2f99bdb8f756a0abfdd6005c10ec')
package() { package() {
cd "$srcdir/$pkgname-$pkgver" cd "$srcdir/$pkgname-$pkgver"