--- PKGBUILD 2022-09-26 17:32:31.400886425 +0200 +++ PKGBUILD 2022-09-26 17:35:05.804631229 +0200 @@ -6,15 +6,16 @@ pkgrel=5 pkgdesc="Library implementing a curses-based widget set for text terminals" arch=('x86_64') -url="http://clifford.at/stfl/" +url="https://github.com/newsboat/stfl" license=('GPL3') depends=('ncurses') makedepends=('patch' 'swig') changelog=$pkgname.changelog -source=(http://clifford.at/stfl/$pkgname-$pkgver.tar.gz +source=(git+https://github.com/newsboat/stfl.git?signed $pkgname-archlinux.patch) sha256sums=('d4a7aa181a475aaf8a8914a8ccb2a7ff28919d4c8c0f8a061e17a0c36869c090' 'c7d7c787bcd287a776aad3b26e6a90a3b121c281125c34c7c35a87f36dcdc453') +validpgpkeys=('B8B1756A0DDBF0760CE67CCF4ED6CD61932B9EBE') # Newsboat project build() { cd "${srcdir}"/$pkgname-$pkgver