index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-23 23:40:40 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-23 23:40:40 +0300 |
commit | 1e798e3d0a20dd3a1dd9c6934a97c781271f16f4 (patch) | |
tree | 88e1daf1c5cb05d564f5d8bb8f52ff17c4f81c2d /extra | |
parent | 005f6eeca7e3923b09d9d47435c21a72a519a683 (diff) |
-rw-r--r-- | extra/libsieve/PKGBUILD | 6 |
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 |