summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a10441621fdc..c7a0fcfaaeff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
pkgname=doschk
pkgver=1.1
-_debianpatch=6
-pkgrel=2
+_debianpatch=7
+pkgrel=3
pkgdesc="Checks filenames for compatibility with SYSV and MS-DOS limits."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/${pkgname}/"
license=('GPL')
-depends=()
-source=(http://httpredir.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz
- http://httpredir.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}-${_debianpatch}.diff.gz)
-sha256sums=(ea29748a48a3d8433a2f29059e3a760354a13e01d7a3f00237c5bd9e980c9f38
- eecf830955648af177cb1772251a14d3725001c59bea627b7f319c1d4e04a41f)
+source=("https://deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz"
+ "https://deb.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}-${_debianpatch}.diff.gz")
+b2sums=('6afb26eaf44412f36654ee90b7aa67fcdfa002ff7bc31f8221897d424a8c87f2319632de627c9234935d840a910d1635d4c053f854b0e6404f2de62a151cc0ed'
+ '5d584401e97e8db238073d85cfb9b274caadb31bde809231c997ab72ffbe41d545a0a371bde9c8402b874ef7f9f8bd67f9e13db36ac3d32120fca3a1ef6c703a')
build() {
cd "$srcdir/$pkgname-$pkgver.orig"