Date: Saturday, January 29, 2022 @ 10:02:07 Author: arojas Revision: 1119788
ffmpeg 5 rebuild Modified: notcurses/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-29 10:01:36 UTC (rev 1119787) +++ PKGBUILD 2022-01-29 10:02:07 UTC (rev 1119788) @@ -2,8 +2,8 @@ # Maintainer: Nick Black <[email protected]> pkgname=notcurses -pkgver=3.0.0 -pkgrel=3 +pkgver=3.0.5 +pkgrel=1 pkgdesc="Blingful TUI/character graphics library" url="https://nick-black.com/dankwiki/index.php/Notcurses" license=('Apache') @@ -13,8 +13,8 @@ # from a makedepends to a true depends, and use that dynamic library. depends=('ncurses' 'ffmpeg' 'libunistring' 'gpm') makedepends=('libdeflate' 'cmake' 'pandoc' 'python-pip' 'python-pypandoc' 'python-cffi' 'python-setuptools' 'readline' 'ninja' 'zlib' 'gpm' 'doctest') -source=("https://github.com/dankamongmen/notcurses/archive/v${pkgver}.tar.gz") -sha256sums=('b4839108ca8f9aef31d2f537485cbd878356bbcd4ad4f7a4dd19e72201d01cee') +source=("https://github.com/dankamongmen/notcurses/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") +sha256sums=('accb41b9bad3415017207c0992c791e4d887c505d5aa1b3be0c44456489e537d') prepare() { mkdir -p "${pkgname}-${pkgver}/build"
