summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2015-06-09 02:05:17 -0700
committerMike Swanson2015-06-09 02:05:17 -0700
commit1d4108576ab1805e8a1585536f25cfa057dfb960 (patch)
tree5068022f6af2e98bad7c380f42a52848bb6e6ad2
parent5d94e81a1328402e96a9c69232e256be658f13b9 (diff)
downloadaur-1d4108576ab1805e8a1585536f25cfa057dfb960.tar.gz
Use httpredir for Debian mirrors
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e438aee973c..f63788ce59dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = doschk
pkgdesc = Checks filenames for compatibility with SYSV and MS-DOS limits.
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/doschk/
arch = i686
arch = x86_64
license = GPL
- source = http://ftp.debian.org/debian/pool/main/d/doschk/doschk_1.1.orig.tar.gz
- source = http://ftp.debian.org/debian/pool/main/d/doschk/doschk_1.1-6.diff.gz
+ source = http://httpredir.debian.org/debian/pool/main/d/doschk/doschk_1.1.orig.tar.gz
+ source = http://httpredir.debian.org/debian/pool/main/d/doschk/doschk_1.1-6.diff.gz
sha256sums = ea29748a48a3d8433a2f29059e3a760354a13e01d7a3f00237c5bd9e980c9f38
sha256sums = eecf830955648af177cb1772251a14d3725001c59bea627b7f319c1d4e04a41f
diff --git a/PKGBUILD b/PKGBUILD
index 593f3e4e50ee..a10441621fdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=doschk
pkgver=1.1
_debianpatch=6
-pkgrel=1
+pkgrel=2
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://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz
- http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}-${_debianpatch}.diff.gz)
+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)
@@ -23,6 +23,6 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver.orig"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
install -D -m 644 doschk.1 "$pkgdir"/usr/share/man/man1/doschk.1
}