blob: 25ac76f17b8478ceac82e9dbf3c6e1fec8669b00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# 1.2.2 issue on 32-bit, fixed upstream, see:
# https://github.com/lwindolf/liferea/issues/616
# https://github.com/lwindolf/liferea/pull/615
source+=('liferea-1.12.2-32-bit-date_format-prototype-gint64.patch')
sha256sums+=('f5a7ee0fadb232be90812e54719ebdc3dcc1d016943d7edfbaad871fc39c45b0')
prepare() {
cd $pkgname-$pkgver
patch -Np1 -i "$srcdir/liferea-1.12.2-32-bit-date_format-prototype-gint64.patch"
}
|