Date: Wednesday, January 6, 2021 @ 15:14:41 Author: eworm Revision: 810899
upgpkg: udftools 2.3-1: new upstream release Upstream decided to no longer sign release tarballs... :( https://github.com/pali/udftools/issues/46 Modified: udftools/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-06 15:14:16 UTC (rev 810898) +++ PKGBUILD 2021-01-06 15:14:41 UTC (rev 810899) @@ -3,8 +3,8 @@ # Contributor: aksr <aksr at t-com dot me> pkgname=udftools -pkgver=2.2 -pkgrel=2 +pkgver=2.3 +pkgrel=1 pkgdesc='Linux tools for UDF filesystems and DVD/CD-R(W) drives' url='https://github.com/pali/udftools' arch=('x86_64') @@ -11,10 +11,8 @@ license=('GPL') depends=('ncurses' 'readline') makedepends=('systemd') -validpgpkeys=('B856B21074A8AE9B692B80858BF0C93D03E44352') # Pali Rohár <[email protected]> -source=("https://github.com/pali/$pkgname/releases/download/$pkgver/$pkgname-${pkgver}.tar.gz"{,.asc}) -sha256sums=('d67ce203d71d828619d6d3791ab33eefab4bc506e0ee73355ab6c2f91d52448e' - 'SKIP') +source=("https://github.com/pali/$pkgname/releases/download/$pkgver/$pkgname-${pkgver}.tar.gz") +sha256sums=('750dcf5c797765eb42265e0a56d1a99f97f94b7f6f4534263a5410503f0caf59') prepare() { cd "$srcdir/$pkgname-$pkgver"
