Date: Sunday, March 13, 2022 @ 18:54:49 Author: arojas Revision: 1151201
Update to 2.24 Modified: rednotebook/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-13 18:54:13 UTC (rev 1151200) +++ PKGBUILD 2022-03-13 18:54:49 UTC (rev 1151201) @@ -9,15 +9,15 @@ # Contributor: Stefan Husmann <stefan-husm...@t-online.de> pkgname=rednotebook -pkgver=2.22 -pkgrel=2 +pkgver=2.24 +pkgrel=1 pkgdesc='Modern desktop diary and personal journaling tool that lets you format, tag and search your entries' arch=('any') url='https://rednotebook.sourceforge.io/' license=('GPL') depends=('gtksourceview3' 'python-gobject' 'python-pyenchant' 'python-yaml' 'webkit2gtk') -source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -sha256sums=('1821c0a92b66f6e246270e379e717d6080a5607eefb8e459506767afd70c9a26') +source=("https://github.com/jendrikseipp/rednotebook/archive/v$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('575c05f61fab2add5258a3f8a22a35c6d25cee7f44412ae2ed5dcd0059453a91') build() { cd $pkgname-$pkgver