index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-27 01:03:53 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-08-27 01:03:53 +0300 |
commit | 6754f8a7b577df48bab38a3aea7f7eb2320874ac (patch) | |
tree | 94c1c9a51cf6b961940d309067bf10c47acb0ceb | |
parent | fdd72416f144129166b1b31614e2745b6802e0cf (diff) |
-rw-r--r-- | extra/ruby/PKGBUILD | 4 |
diff --git a/extra/ruby/PKGBUILD b/extra/ruby/PKGBUILD index 13473577..af264ce2 100644 --- a/extra/ruby/PKGBUILD +++ b/extra/ruby/PKGBUILD @@ -20,8 +20,8 @@ if [ "${CARCH}" = "i486" ]; then fi # Should be fixed next version -if [[ $pkgbase == "3.2.4" ]]; then - sources+=(055613fd868a8c94e43893f8c58a00cdd2a81f6d.patch) +if [[ $pkgver == "3.2.4" ]]; then + source+=(055613fd868a8c94e43893f8c58a00cdd2a81f6d.patch) unset sha512sums b2sums+=(SKIP) eval "$(declare -f prepare | sed 's@patch @patch -p1 -i ../055613fd868a8c94e43893f8c58a00cdd2a81f6d.patch; patch @')" |