Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-08-23 23:40:40 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-08-23 23:40:40 +0300
commit1e798e3d0a20dd3a1dd9c6934a97c781271f16f4 (patch)
tree88e1daf1c5cb05d564f5d8bb8f52ff17c4f81c2d
parent005f6eeca7e3923b09d9d47435c21a72a519a683 (diff)
extra/libsieve: Only apply source patch to current pkgver/rel
-rw-r--r--extra/libsieve/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/extra/libsieve/PKGBUILD b/extra/libsieve/PKGBUILD
index 63b44ef6..5dfcab21 100644
--- a/extra/libsieve/PKGBUILD
+++ b/extra/libsieve/PKGBUILD
@@ -1,2 +1,4 @@
-# Thank you for the mirror. (Since it matches the existing checksums, it's safe.)
-source[0]='https://ftp.netbsd.org/pub/pkgsrc/distfiles/libsieve-2.3.1.tar.gz'
+if [[ $pkgver == "2.3.1" && $pkgrel == 5 ]]; then
+ # Thank you for the mirror. (Since it matches the existing checksums, it's safe.)
+ source[0]='http://www.mirrorservice.org/sites/ftp.netbsd.org/pub/pkgsrc/distfiles/libsieve-2.3.1.tar.gz'
+fi