summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolsTiCe d'Hiver2022-06-06 14:53:36 +0200
committersolsTiCe d'Hiver2022-06-06 14:53:36 +0200
commitb0e7ca21c85799d36bf67ca42d184901b0894e5e (patch)
tree0e28a941b12f24beb3914e9bebf06cefdfce26c0
parent199d4721426876cfb639cbd48208ddc6bede99d4 (diff)
downloadaur-b0e7ca21c85799d36bf67ca42d184901b0894e5e.tar.gz
Fix latest addition to add main archlinuxarm mirror in list
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4401a36d784..e28c417ae89f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apt-cacher-ng
pkgdesc = A caching proxy specialized for package files
pkgver = 3.7.4
-pkgrel = 6
+pkgrel = 7
url = http://www.unix-ag.uni-kl.de/~bloch/acng/
install = apt-cacher-ng.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2699a75daa8c..9f0cfa473dbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=apt-cacher-ng
pkgver=3.7.4
-pkgrel=6
+pkgrel=7
pkgdesc="A caching proxy specialized for package files"
url="http://www.unix-ag.uni-kl.de/~bloch/acng/"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -39,7 +39,7 @@ prepare() {
#make -f scripts/Makefile.release gendbs
# === uncomment next line to add archlinuxarm mirrors to archlx_mirrors file ===
- #grep '^# Server' ${srcdir}/mirrorlist|sed -e 's/^# Server = //' -e 's/$arch\/$repo$//' >> conf/archlx_mirrors
+ #grep '^.*Server' mirrorlist|sed -e 's/^.*Server = //' -e 's/$arch\/$repo$//' >> conf/archlx_mirrors
}
build() {