Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id E59E5780EDB for ; Sun, 3 May 2020 08:24:57 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 00BE52400FC for ; Sun, 3 May 2020 10:24:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1588494297; bh=DdPZMUZVTrAxDGSxnG/AsZ5A1gwjxgd86TtgIjiQxGo=; h=From:To:Cc:Subject:Date:From; b=j31iuJNPAN4f3PMh3+IR1NN2Sf79BQvvGyrVLVdx3CT1PWQ4r4UlyjmwD7GCPveY2 Os7fGoOcPAeK9OCaPxtKb+uS1doonuk59VY1jAFXt01Hi1OP0uywohH9Sz2OYHO/wU N5o4XNNGCig9DyhprLVjBZO4W6NaRv3js7FWbmGn+YtAF+4CAXxQzHpclnxU1iqAn7 R3nXhKSjwZu49eC2UHhDP3kr3iU1KX4cOcwuXuJ4kJAUnVL07Dhb7zIGkjk0sClU0x EL6W9/Hr6PUhzG00ZKS5RcUrqSRW6pD4rNNfCgdOJNCbF26sJbjI2g9nZGJjhbg3Fg iSpjMhhgqxEhg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49FJvD3jRTz9rxV; Sun, 3 May 2020 10:24:56 +0200 (CEST) From: Sascha Paunovic To: alpine-aports@lists.alpinelinux.org Cc: Sascha Paunovic Subject: [PATCH] testing/sacc: upgrade to 1.01 Date: Sun, 3 May 2020 08:24:40 +0000 Message-Id: <20200503082439.547-1-azarus@posteo.net> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit sacc also doesn't have options, and the source doesn't have a "v" in it anymore. --- testing/sacc/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/testing/sacc/APKBUILD b/testing/sacc/APKBUILD index 2a6695a5bb..89a11f6a42 100644 --- a/testing/sacc/APKBUILD +++ b/testing/sacc/APKBUILD @@ -1,16 +1,17 @@ # Contributor: Sascha Paunovic # Maintainer: Sascha Paunovic pkgname=sacc -pkgver=1.00 -pkgrel=1 +pkgver=1.01 +pkgrel=0 pkgdesc="saccomys, simple console gopher client" url="gopher://bitreich.org/1/scm/sacc" arch="all" license="ISC" +options="!check" # sacc does not have checks makedepends="ncurses-dev" subpackages="$pkgname-doc" -source="ftp://bitreich.org/releases/$pkgname/$pkgname-v$pkgver.tgz" -builddir="$srcdir/$pkgname-v$pkgver" +source="ftp://bitreich.org/releases/$pkgname/$pkgname-$pkgver.tgz" +builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" @@ -22,4 +23,4 @@ package() { make install PREFIX=/usr DESTDIR="$pkgdir" } -sha512sums="9bc45264246f1b3fbc54b621963d8eeec6dd45b3c0e3a329e0755189b69fdafd385689f75bc2ec2ff85960d96cf7bba9816e6dc1aa43c5750d093719806dc2c2 sacc-v1.00.tgz" +sha512sums="1bbe863c406db9cf23d63b655310f7100bc3cdca88b53a12330e3259b9ad1bc814f8c177f7afc387c681da99d7eac91d5219133fb133dc1b7f93bdc5cb008f70 sacc-1.01.tgz" -- 2.26.2