Date: Sunday, May 31, 2020 @ 15:35:55 Author: jelle Revision: 387967 Update source to a downloadable location
Modified: npapi-sdk/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-31 15:22:21 UTC (rev 387966) +++ PKGBUILD 2020-05-31 15:35:55 UTC (rev 387967) @@ -1,13 +1,13 @@ -# Maintainer: Ionut Biru <[email protected]> +# Maintainer: pkgname=npapi-sdk pkgver=0.27.2 -pkgrel=2 +pkgrel=3 pkgdesc="Netscape Plugin API (NPAPI)" arch=(any) url="https://bitbucket.org/mgorny/npapi-sdk" license=('MPL') -source=(https://bitbucket.org/mgorny/$pkgname/downloads/$pkgname-$pkgver.tar.bz2) +source=(https://github.com/mgorny/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2) md5sums=('e81db61e206cd615cf56c4a9f301e636') build() {
