From f6d1601c04f34b048342dcf3b571c868838e8864 Mon Sep 17 00:00:00 2001 From: David Demelier Date: Fri, 15 Apr 2022 12:04:58 +0000 Subject: [PATCH] testing/nsnake: revert incorrect change Commit 2cf432429d5245759d052ff3ff2be808135a6a37 was introduced incorrectly changing entirely the software to an irrelevant one of same name. This introduces a mandatory downgrade as the other software has different versions. https://git.alpinelinux.org/aports/commit/?id=2cf432429d5245759d052ff3ff2be808135a6a37 --- testing/nsnake/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/testing/nsnake/APKBUILD b/testing/nsnake/APKBUILD index 9d95451dfc5..441f702e3bf 100644 --- a/testing/nsnake/APKBUILD +++ b/testing/nsnake/APKBUILD @@ -1,17 +1,16 @@ # Contributor: David Demelier # Maintainer: David Demelier pkgname=nsnake -pkgver=3.0.1 +pkgver=3.0.0 pkgrel=0 pkgdesc="snake game for your terminal" options="!check suid" # suid is required for saving scores. -url="https://github.com/alexdantas/nSnake" +url="http://projects.malikania.fr/nsnake" arch="all" license="ISC" makedepends="ncurses-dev" subpackages="$pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/alexdantas/nSnake/archive/v$pkgver.tar.gz" -builddir="$srcdir/nSnake-$pkgver" +source="http://releases.malikania.fr/nsnake/$pkgver/nsnake-$pkgver.tar.xz" build() { make PREFIX=/usr VARDIR=/var @@ -21,4 +20,6 @@ package() { make PREFIX=/usr VARDIR=/var DESTDIR="$pkgdir" install } -sha512sums="94930849ce0ff3137c2033f4148858d55dbfdeb66f42109669891462914e434eeb0a442bca9804d8760f63ccb490264263602af11749f489f99c3c1c69e68139 nsnake-3.0.1.tar.gz" +sha512sums=" +8d65ea44d3ff3242d7e381759993464876889c01b49405dda4cceb617f824c00c2bd78ceb18f46e950dc67911823f4acb9412dcd84937d16c53c40d2183ada26 nsnake-3.0.0.tar.xz +"