summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2022-01-24 13:37:43 -0700
committerBrian Bidulock2022-01-24 13:37:43 -0700
commit8f51201347a45ed4ae861906a3c049c1b2c901f6 (patch)
tree7461cf877fe928eba1d5ad37199f3df6e870a3fd
parente90cb2dc3151c72e5c604a7e1a3d54883cfdffb5 (diff)
downloadaur-8f51201347a45ed4ae861906a3c049c1b2c901f6.tar.gz
drop country-specific mirror
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be507acde3f8..76066024e8d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,7 @@ pkgbase = sensible-utils
checkdepends = ed
makedepends = po4a
depends = bash
- source = http://ftp.de.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.14.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.14.tar.xz
sha256sums = a6ee528bf4122d77acacdb97f20cd0434a12ad3ecd119186a5fcee066844c644
pkgname = sensible-utils
-
diff --git a/PKGBUILD b/PKGBUILD
index ddd7548a4e5d..6f2883e8bec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL')
depends=('bash')
makedepends=('po4a')
checkdepends=('ed')
-source=(http://ftp.de.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.xz)
+source=(http://ftp.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.xz)
sha256sums=('a6ee528bf4122d77acacdb97f20cd0434a12ad3ecd119186a5fcee066844c644')
build() {