summaryrefslogtreecommitdiff
path: root/extra/conky/PKGBUILD
blob: 506fad26df8e43283ac257732b1425ce92cd2231 (plain)
1
2
3
4
5
6
7
8
#see https://github.com/brndnmtthws/conky/issues/759
sha256sums+=('842a3377b1d4fcaff8ec409b68fe6b05a9faf500f29b4d8e21cec3b4cd5b7da2')
source+=('fix-type-mismatch.patch')

prepare() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  patch -p1 -i "${srcdir}/fix-type-mismatch.patch"
}