mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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
This commit is contained in:
parent
324c65fa7a
commit
f6d1601c04
@ -1,17 +1,16 @@
|
||||
# Contributor: David Demelier <markand@malikania.fr>
|
||||
# Maintainer: David Demelier <markand@malikania.fr>
|
||||
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
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user