Date: Monday, October 12, 2015 @ 19:33:41 Author: jlichtblau Revision: 143795
upgpkg: nzbget 16.0-1 - new upstream release Modified: nzbget/trunk/PKGBUILD nzbget/trunk/nzbget.changelog ------------------+ PKGBUILD | 12 ++++++------ nzbget.changelog | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-12 17:33:33 UTC (rev 143794) +++ PKGBUILD 2015-10-12 17:33:41 UTC (rev 143795) @@ -3,16 +3,16 @@ # Contributor: Alexander Rødseth <[email protected]> pkgname=nzbget -pkgver=15.0 -pkgrel=2 +pkgver=16.0 +pkgrel=1 pkgdesc="Download from Usenet using .nzb files" arch=('i686' 'x86_64') -url="http://nzbget.sourceforge.net/" +url="http://nzbget.net/" license=('GPL') depends=('libxml2' 'python') changelog=$pkgname.changelog -source=(http://sourceforge.net/projects/$pkgname/files/$pkgname-$pkgver.tar.gz) -sha256sums=('3ef13f3e5917e4cda19c4fc0cd37e79967a19b4e3448c239ff24e37712a6cc0a') +source=(https://github.com/nzbget/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz) +sha256sums=('95bf4d1b888c631da06ef2699219c855a8d5433a3907791aee0d075c413ccdd0') build() { cd $pkgname-$pkgver @@ -27,5 +27,5 @@ make DESTDIR="${pkgdir}" install install -d "${pkgdir}"/usr/share/$pkgname - install -m644 -t "${pkgdir}"/usr/share/$pkgname AUTHORS ChangeLog README + install -m644 -t "${pkgdir}"/usr/share/$pkgname ChangeLog README } Modified: nzbget.changelog =================================================================== --- nzbget.changelog 2015-10-12 17:33:33 UTC (rev 143794) +++ nzbget.changelog 2015-10-12 17:33:41 UTC (rev 143795) @@ -1,3 +1,6 @@ +2015-10-12 Jaroslav Lichtblau <[email protected]> + * nzbget 16.0-1 + 2015-05-20 Jaroslav Lichtblau <[email protected]> * nzbget 15.0-1
