index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-03-22 14:14:43 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-03-22 14:14:43 +0100 |
commit | ca248378fc0b3ca1b267e3920105bb9f93c64315 (patch) | |
tree | 140dabe6f42b20168a20e4c0ff4e4affcf2352fa /community/helm/PKGBUILD | |
parent | 76402f49fb1708af8e20e89c877e6d87a884de8d (diff) |
-rw-r--r-- | community/helm/PKGBUILD | 10 |
diff --git a/community/helm/PKGBUILD b/community/helm/PKGBUILD deleted file mode 100644 index 727d65f8..00000000 --- a/community/helm/PKGBUILD +++ /dev/null @@ -1,10 +0,0 @@ -# reported upstream, see https://github.com/mtytel/helm/issues/190 -source+=('helm-0.9.0-sigemptyset-glibc-2.26.patch') -sha512sums+=('7786c0fdf6ec0cfdb2e7344742327454e9ab82e83e43cb6492d3b6fd047f0070b8da23055d9d9df2fc325ce440b1b51ef8919fb9749cab3d6800946cebf03ab8') - -eval "$( - declare -f prepare | \ - sed ' - /cd/ a patch -Np1 -i "${srcdir}"/helm-0.9.0-sigemptyset-glibc-2.26.patch - ' -)" |