summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsolsTiCe d'Hiver2022-06-06 14:56:54 +0200
committersolsTiCe d'Hiver2022-06-06 14:56:54 +0200
commita42e363f025d47212931ee7cb038faf3aa38efd5 (patch)
tree70a4b20229cad687592c3f38a9d5c37a6d62c24a
parentb0e7ca21c85799d36bf67ca42d184901b0894e5e (diff)
downloadaur-a42e363f025d47212931ee7cb038faf3aa38efd5.tar.gz
Damn! Fix for the fix /o\
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e28c417ae89f..1d66cb1b236b 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 = 7
+pkgrel = 8
url = http://www.unix-ag.uni-kl.de/~bloch/acng/
install = apt-cacher-ng.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9f0cfa473dbd..3f0e63df57ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=apt-cacher-ng
pkgver=3.7.4
-pkgrel=7
+pkgrel=8
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' mirrorlist|sed -e 's/^.*Server = //' -e 's/$arch\/$repo$//' >> conf/archlx_mirrors
+ #grep '^.*Server' ${srcdir}/mirrorlist|sed -e 's/^.*Server = //' -e 's/$arch\/$repo$//' >> conf/archlx_mirrors
}
build() {