Fix url broken in last commit (didn't realize it was http.debian.NET and not .ORG)

This commit is contained in:
Luca Weiss
2018-06-21 20:59:14 +02:00
parent 151435f86c
commit 2473e97338
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ pkgbase = dh-make
depends = dpkg depends = dpkg
depends = make depends = make
depends = python depends = python
source = http://http.debian.org/debian/pool/main/d/dh-make/dh-make_2.201801.tar.xz source = http://http.debian.net/debian/pool/main/d/dh-make/dh-make_2.201801.tar.xz
sha256sums = c94a3de25822007b95b27427dcb95f52631dafb2cb902b615a3417e8f8dcde29 sha256sums = c94a3de25822007b95b27427dcb95f52631dafb2cb902b615a3417e8f8dcde29
pkgname = dh-make pkgname = dh-make

View File

@@ -10,7 +10,7 @@ arch=('any')
url="http://packages.debian.org/sid/dh-make" url="http://packages.debian.org/sid/dh-make"
license=('GPL') license=('GPL')
depends=('dpkg' 'make' 'python') depends=('dpkg' 'make' 'python')
source=(http://http.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz) source=(http://http.debian.net/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.xz)
sha256sums=('c94a3de25822007b95b27427dcb95f52631dafb2cb902b615a3417e8f8dcde29') sha256sums=('c94a3de25822007b95b27427dcb95f52631dafb2cb902b615a3417e8f8dcde29')
package() { package() {