index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-24 02:25:12 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-24 02:25:12 +0300 |
commit | 315bd3d8cb72460cc412eace67c3890a1caf9c60 (patch) | |
tree | 0a6a1c6cafea95df49e64ebfa8021e63de50ad81 /extra/libsieve | |
parent | b7c92225db698c7cb5a58fee33194e9fe97341f8 (diff) |
-rw-r--r-- | extra/libsieve/PKGBUILD | 2 |
diff --git a/extra/libsieve/PKGBUILD b/extra/libsieve/PKGBUILD index 5dfcab21..d900f3d8 100644 --- a/extra/libsieve/PKGBUILD +++ b/extra/libsieve/PKGBUILD @@ -1,4 +1,4 @@ -if [[ $pkgver == "2.3.1" && $pkgrel == 5 ]]; then +if [[ $pkgver == "2.3.1" ]]; 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 |